We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi! How I can use it for project with subfolders?
Now I have this: bash-3.2$ go-selfupdate projectName 1.0.0 read projectName/config: is a directory panic: read projectName/config: is a directory
goroutine 1 [running]: main.createUpdate(0xc820082440, 0x14, 0xc82008204f, 0x5) /Users/alex/go/src/github.com/sanbornm/go-selfupdate/main.go:80 +0x6b3 main.main() /Users/alex/go/src/github.com/sanbornm/go-selfupdate/main.go:176 +0x65d
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi!
How I can use it for project with subfolders?
Now I have this:
bash-3.2$ go-selfupdate projectName 1.0.0
read projectName/config: is a directory
panic: read projectName/config: is a directory
goroutine 1 [running]:
main.createUpdate(0xc820082440, 0x14, 0xc82008204f, 0x5)
/Users/alex/go/src/github.com/sanbornm/go-selfupdate/main.go:80 +0x6b3
main.main()
/Users/alex/go/src/github.com/sanbornm/go-selfupdate/main.go:176 +0x65d
The text was updated successfully, but these errors were encountered: