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

undefined base64.RawURLEncoding #3

Closed
holtzermann17 opened this issue Apr 25, 2017 · 3 comments
Closed

undefined base64.RawURLEncoding #3

holtzermann17 opened this issue Apr 25, 2017 · 3 comments

Comments

@holtzermann17
Copy link

holtzermann17 commented Apr 25, 2017

Is this something to be concerned about?

$ go get github.com/miku/metha/cmd/...
# github.com/miku/metha
gocode/src/github.com/miku/metha/harvest.go:87: undefined: base64.RawURLEncoding

To me it looks as though the package doesn't successfully build. (Nothing in gocode/bin/.)

@miku
Copy link
Owner

miku commented Apr 25, 2017

Is this something to be concerned about?

It depends. It means that you have Go 1.4 or earlier installed. RawURLEncoding was added with 1.5 - so metha requires 1.5 (How ot install Go).

@miku
Copy link
Owner

miku commented Apr 25, 2017

If you happen to be on a Linux system which supports deb or rpm packages, you could install a release as well.

@holtzermann17
Copy link
Author

Oh, I had just installed go but the path was screwed up and the new version wasn't found. Fixed now.

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

2 participants