You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
panic: runtime error: index out of range [1] with length 1
goroutine 1 [running]:
main.main()
/Users/davor/go/pkg/mod/golang.org/dl@v0.0.0-20200514221906-2a7874809c5f/gotip/main.go:40 +0xa65
The text was updated successfully, but these errors were encountered:
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
Sure
What operating system and processor architecture are you using (
go env
)?go env
OutputWhat did you do?
a type
gotip
without any argumentsWhat did you expect to see?
Standard go command help message.
What did you see instead?
The text was updated successfully, but these errors were encountered: