Skip to content

Instantly share code, notes, and snippets.

@ffrank
Created May 16, 2016 18:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ffrank/ce3c82c67b72d301495069eea9b13998 to your computer and use it in GitHub Desktop.
Save ffrank/ce3c82c67b72d301495069eea9b13998 to your computer and use it in GitHub Desktop.
ffrank@fflaptop:~/git/mgmt$ make clean build
Building: mgmt, version: 0.0.3-26-gab73261...
time go build -ldflags "-X main.program=mgmt -X main.version=0.0.3-26-gab73261" -o mgmt;
# _/home/ffrank/git/mgmt
./main.go:226: cannot use run (type func(*cli.Context) error) as type func(*cli.Context) in field value
real 0m0.972s
user 0m1.412s
sys 0m0.080s
Makefile:69: recipe for target 'mgmt' failed
make: *** [mgmt] Error 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment