cortesi / modd

A flexible developer tool that runs processes and responds to filesystem changes
MIT License
2.8k stars 128 forks source link

go get fails #21

Closed rwxrob closed 8 years ago

rwxrob commented 8 years ago

go version go1.5 darwin/amd64

./main.go:50: kingpin.CommandLine.HelpFlag undefined (type *kingpin.Application has no field or method HelpFlag)
homburg commented 8 years ago

Seems there's breaking changes in kingpin.v2 on gopkg.in

You can build it in go 1.5 with:

$ GO15VENDOREXPERIMENT=1 go get github.com/cortesi/modd
cortesi commented 8 years ago

Closing - @homburg's response is correct. Please do re-open if you're still having issues. Thanks for reporting.