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
user@dev:~$ mkdir test user@dev:~$ export GOPATH=/home/user/test user@dev:~$ go get -d github.com/tom--bo/sabaviz user@dev:~$ go build github.com/tom--bo/sabaviz user@dev:~$ ./sabaviz panic: runtime error: index out of range goroutine 1 [running]: panic(0x5cfe80, 0xc82000a080) /usr/lib/go-1.6/src/runtime/panic.go:481 +0x3e6 main.(*CLI).Run(0xc8200b7f18, 0xc82000a240, 0x1, 0x1, 0x0) /home/user/test/src/github.com/tom--bo/sabaviz/cli.go:87 +0xa93 main.main() /home/user/test/src/github.com/tom--bo/sabaviz/main.go:7 +0xc5 user@dev:~$
what could be wrong ?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
what could be wrong ?
The text was updated successfully, but these errors were encountered: