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
{{ message }}
This repository has been archived by the owner on Jul 26, 2022. It is now read-only.
Imported the dependencies using goapp get in posts.go
Went to the project parent directory and ran goapp serve dispatch.yaml frontend/app.yaml backend/app.yaml
When running this I get the following error 2016/03/07 14:49:09 go-app-builder: Failed parsing input: parser: bad import "syscall" in src/golang.org/x/net/ipv6/control_rfc3542_unix.go
I also tried doing a goapp get syscall but this did not help.
Attached is the log file, also doing some quick searches I found this issue which appears similar https://code.google.com/p/googleappengine/issues/detail?id=12555
Also below the results of goapp version Johns-MacBook-Pro:~ johnwhitton$ goapp version
go version go1.4.2 (appengine-1.9.33) darwin/amd64
Hi,
I'm trying to set up and run this project here is what I have done and attached and below is the issue that I am facing.
goapp get
in posts.gogoapp serve dispatch.yaml frontend/app.yaml backend/app.yaml
When running this I get the following error
2016/03/07 14:49:09 go-app-builder: Failed parsing input: parser: bad import "syscall" in src/golang.org/x/net/ipv6/control_rfc3542_unix.go
I also tried doing a
goapp get syscall
but this did not help.Attached is the log file, also doing some quick searches I found this issue which appears similar
https://code.google.com/p/googleappengine/issues/detail?id=12555
Also below the results of
goapp version
Johns-MacBook-Pro:~ johnwhitton$ goapp version
go version go1.4.2 (appengine-1.9.33) darwin/amd64
Any advice is appreciated.
Regards,
John
ErrorCloudPolymerGo.txt
The text was updated successfully, but these errors were encountered: