Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cmd/go: cope with new text/template function evaluation #3028

Closed
gopherbot opened this issue Feb 15, 2012 · 2 comments
Closed

cmd/go: cope with new text/template function evaluation #3028

gopherbot opened this issue Feb 15, 2012 · 2 comments
Milestone

Comments

@gopherbot
Copy link
Contributor

by mpimenov@google.com:

This is due to a recent change in text/template


% go version
go version weekly.2012-02-14 +8fb6ce52511d
% go
Go is a tool for managing Go source code.

Usage: go command [arguments]

The commands are:
panic: template: top:6: wrong number of args for Run: want 2 got 0

goroutine 1 [running]:
main.tmpl(0xf84007c240, 0xf840091010, 0x712f2c, 0x195, 0x59c248, ...)
    ~/go/src/cmd/go/main.go:185 +0x28d
main.printUsage(0xf84007c240, 0xf840091010)
    ~/go/src/cmd/go/main.go:198 +0x9a
main.usage()
    ~/go/src/cmd/go/main.go:202 +0x4c
main.main()
    ~/go/src/cmd/go/main.go:109 +0xa0
@rsc
Copy link
Contributor

rsc commented Feb 15, 2012

Comment 1:

Labels changed: added priority-go1, removed priority-triage.

Owner changed to builder@golang.org.

Status changed to Accepted.

@robpike
Copy link
Contributor

robpike commented Feb 16, 2012

Comment 2:

fixed by http://golang.org/cl/5674062/

Status changed to Fixed.

@rsc rsc added this to the Go1 milestone Apr 10, 2015
@rsc rsc removed the priority-go1 label Apr 10, 2015
@golang golang locked and limited conversation to collaborators Jun 24, 2016
This issue was closed.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants