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
You've tried installing with go get -u to update dependencies
If you see the following error, you need to update to Go 1.6+:
$ go get github.com/zmb3/gogetdoc
# github.com/zmb3/gogetdoc
./ident.go:142: c.Val().ExactString undefined (type constant.Value has no field or method ExactString)
Hello,
when I try to run the example from the readme, the gogetdoc panics:
Before submitting an issue, please make sure:
go get -u
to update dependenciesIf you see the following error, you need to update to Go 1.6+:
Hello,
when I try to run the example from the readme, the gogetdoc panics:
My golang version:
And os:
The text was updated successfully, but these errors were encountered: