You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
mrwonko opened this issue
Oct 20, 2016
· 0 comments
Labels
NeedsFixThe path to resolution is known, but the work has not been done.ToolsThis label describes issues relating to any tools in the x/tools repository.
The text was updated successfully, but these errors were encountered:
quentinmit
changed the title
x/tools/cmd/eg does not appear to support ... argument expansions
x/tools/cmd/eg: does not support variadic functions
Oct 20, 2016
NeedsFixThe path to resolution is known, but the work has not been done.ToolsThis label describes issues relating to any tools in the x/tools repository.
What version of Go are you using (
go version
)?Go 1.7.1
eg 69f6f5b
What operating system and processor architecture are you using (
go env
)?MacOSX 10.12 Sierra (Darwin) x64
What did you do?
Given the template
and the test file
I executed
eg -t egtemplates/logrus-errorf.go -v ./egtemplates/test/myfile.go
.What did you expect to see?
What did you see instead?
No substitutions, but no errors either.
The text was updated successfully, but these errors were encountered: