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

panic: runtime error: index out of range #3

Open
djsuszi opened this issue May 9, 2019 · 0 comments
Open

panic: runtime error: index out of range #3

djsuszi opened this issue May 9, 2019 · 0 comments

Comments

@djsuszi
Copy link

djsuszi commented May 9, 2019

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 ?

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