You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Google App Engine does not allow syscall imports and there are several syscall dependencies in the library.
Unfortunately, I am still learning golang and can't suggest a solution yet but wanted to at least let you know about the challenge with GAE deployments.
Example error:
go-app-builder: Failed parsing input: parser: bad import "syscall" in github.com/armon/go-metrics/const_unix.go from GOPATH
The text was updated successfully, but these errors were encountered:
Google App Engine does not allow syscall imports and there are several syscall dependencies in the library.
Unfortunately, I am still learning golang and can't suggest a solution yet but wanted to at least let you know about the challenge with GAE deployments.
Example error:
go-app-builder: Failed parsing input: parser: bad import "syscall" in github.com/armon/go-metrics/const_unix.go from GOPATH
The text was updated successfully, but these errors were encountered: