-
-
Notifications
You must be signed in to change notification settings - Fork 203
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
unable to get go get github.com/Jeffail/gabs #38
Comments
Hey @Rajkumrjsn, I can pull it fine on my machine. Which version of Go are you building with? |
I noticed that |
@Jeffail It failed only on golang 1.6 for me. Fine on 1.7 all the way to tip. |
Version 1.2.1 failed too, maybe these methods exist on version >= 1.7 ? |
Go Dep:
These discussions all say it's due to case-sensitive changes to repo name: |
Hey @pjebs I think unfortunately you're forced at this stage to rewrite the imports as Jeffail/gabs. I've had to rewrite them already in most of my projects since I used to prefer the lowercase but came across similar issues that seemed to never end. |
github.com/Jeffail/gabs
../go/src/github.com/Jeffail/gabs/gabs.go:429: e.SetEscapeHTML undefined (type *json.Encoder has no field or method SetEscapeHTML)
../go/src/github.com/Jeffail/gabs/gabs.go:436: e.SetIndent undefined (type *json.Encoder has no field or method SetIndent)
../go/src/github.com/Jeffail/gabs/gabs.go:447: encoder.SetEscapeHTML undefined (type *json.Encoder has no field or method SetEscapeHTML)
The text was updated successfully, but these errors were encountered: