gobuffalo / release

Buffalo ecosystem release tool
MIT License
8 stars 4 forks source link

"make update" fails if package has "-" in it #8

Open joeblew99 opened 5 years ago

joeblew99 commented 5 years ago

version.go:

package runner-ex

// Version of runner
const Version = "0.0.1"

bash:

x-MacBook-Pro:runner-ex apple$ make update
go get -u -tags "sqlite"
# github.com/joeblew99/runner-ex
./version.go:1:15: syntax error: unexpected -, expecting semicolon or newline
make[1]: *** [update] Error 2