-
Notifications
You must be signed in to change notification settings - Fork 2.3k
'syscall' package cant use GAE/Go. #944
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
Comments
We are seeing same kind of issue on our side with this error when trying to compile a project depending on mysql go connector
We are using go 1.8.5. |
FYI
In https://cloud.google.com/appengine/kb/, I could find those restrictions. |
No. This issue is specific to Go 1.9 runtime. Go 1.11 and 1.12beta runtime uses 2nd generation GAE. |
Of course, we support Go 1.9 in master branch yet and this is a bug. |
@methane |
Issue description
Thank you for always for your kind support.
my product use GAE/Go.
GAE/Go not allow 'syscall' package.
#934 change contained using 'syscall'.
I would appreciate it if you could fix this issue.
Error Log
The text was updated successfully, but these errors were encountered: