-
Notifications
You must be signed in to change notification settings - Fork 92
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
Syntax error on client.go #73
Comments
@mlgd which version of go are you using? |
Error occured on Go 1.3.3 |
@mlgd can you retry this on go 1.5? I think if you have a requirement to use go 1.3, you'll have to use an older commit. |
I can't do that. It's an automatic integration with Travis CI |
@tleyden it works well from Go 1.4. As the new syntax start to suppor from Go1.4. Could it be compatible with the old version? https://github.com/couchbase/go-couchbase/blob/master/client.go#L180-L183 change to
|
This repo already add travis.yml. but it looks you guys never use it. 🙈 |
I got errors on Travis CI :
../../couchbase/go-couchbase/client.go:180: syntax error: unexpected range, expecting {
../../couchbase/go-couchbase/client.go:184: non-declaration statement outside function body
../../couchbase/go-couchbase/client.go:185: syntax error: unexpected }
@steveyen : what syntax "for range" you used here ?
The text was updated successfully, but these errors were encountered: