-
Notifications
You must be signed in to change notification settings - Fork 228
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
Ubuntu install errors #16
Comments
$ go env |
Yeah, you aren't running Go 1.2—the syntax that you're getting a syntax error for was introduced in Go 1.2. |
Perfect, thank you. Updating now. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Perhaps this is known, but when trying to install on Ubuntu I got the following:
github.com/zenazn/goji/graceful
/usr/lib/go/src/pkg/github.com/zenazn/goji/graceful/middleware.go:38: undefined: http.CloseNotifier
/usr/lib/go/src/pkg/github.com/zenazn/goji/graceful/middleware.go:93: undefined: http.CloseNotifier
/usr/lib/go/src/pkg/github.com/zenazn/goji/graceful/middleware.go:118: undefined: http.CloseNotifier
/usr/lib/go/src/pkg/github.com/zenazn/goji/graceful/signal.go:50: undefined: signal.Stop
github.com/zenazn/goji/web
/usr/lib/go/src/pkg/github.com/zenazn/goji/web/middleware.go:198: syntax error: unexpected :, expecting ]
The text was updated successfully, but these errors were encountered: