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: url.PathEscape #11

Closed
IAD opened this issue Mar 16, 2017 · 4 comments
Closed

undefined: url.PathEscape #11

IAD opened this issue Mar 16, 2017 · 4 comments

Comments

@IAD
Copy link

IAD commented Mar 16, 2017

$ go get -u github.com/zemirco/couchdb

github.com/zemirco/couchdb

../../../github.com/zemirco/couchdb/client.go:92: undefined: url.PathEscape
../../../github.com/zemirco/couchdb/client.go:104: undefined: url.PathEscape
../../../github.com/zemirco/couchdb/client.go:116: undefined: url.PathEscape
../../../github.com/zemirco/couchdb/database.go:75: undefined: url.PathEscape
../../../github.com/zemirco/couchdb/database.go:87: undefined: url.PathEscape
../../../github.com/zemirco/couchdb/database.go:97: undefined: url.PathEscape
../../../github.com/zemirco/couchdb/database.go:108: undefined: url.PathEscape
../../../github.com/zemirco/couchdb/database.go:128: undefined: url.PathEscape
../../../github.com/zemirco/couchdb/database.go:139: undefined: url.PathEscape
../../../github.com/zemirco/couchdb/database.go:153: undefined: url.PathEscape
../../../github.com/zemirco/couchdb/database.go:153: too many errors

@zemirco
Copy link
Owner

zemirco commented Mar 16, 2017

Which go version are you using? url.PathEscape is available from 1.8 https://golang.org/doc/go1.8#net_url

@IAD
Copy link
Author

IAD commented Mar 16, 2017

Hello @zemirco
go version go1.7.5 linux/amd64

@zemirco
Copy link
Owner

zemirco commented Mar 16, 2017

If you upgrade to 1.8 the issue should be gone.

@IAD
Copy link
Author

IAD commented Mar 16, 2017

@zemirco ty for the fast feedback!

@IAD IAD closed this as completed Mar 16, 2017
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