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

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

Open
joeblew99 opened this issue Apr 29, 2019 · 0 comments
Open

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

joeblew99 opened this issue Apr 29, 2019 · 0 comments

Comments

@joeblew99
Copy link

joeblew99 commented Apr 29, 2019

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
@joeblew99 joeblew99 changed the title make update fails if package has "-" in it "make update" fails if package has "-" in it Apr 29, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant