[google-appengine] Re: "tmpfs/goroots/go1.8/pkg/tool/linux_amd64/link: route.a: not package main"

2018-09-05 Thread Luca Mattos Möller
I was having this issue when my GOPATH was pointing to a directory inside my gae project's directory. I was doing that because I wanted my server modules to be organized in a standard way (per Go standards) so that my go code analysis/navigation/lint plugins worked properly and at the same time

[google-appengine] Re: "tmpfs/goroots/go1.8/pkg/tool/linux_amd64/link: route.a: not package main"

2017-11-15 Thread 'Yannick (Cloud Platform Support)' via Google App Engine
Searching for "not package main" I couldn't find the workaround to refer to. As for that Stack Overflow question (also posted here ) it appears to

[google-appengine] Re: "tmpfs/goroots/go1.8/pkg/tool/linux_amd64/link: route.a: not package main"

2017-11-15 Thread Ben Guild
A quick search: https://stackoverflow.com/questions/45603756/dev-appserver-py-can-not-link-go-files On Thursday, November 16, 2017 at 1:40:09 AM UTC+9, Yannick (Cloud Platform Support) wrote: > > Hello, this is a weird error to have as appengine.Main() is a call used by > many go applications

[google-appengine] Re: "tmpfs/goroots/go1.8/pkg/tool/linux_amd64/link: route.a: not package main"

2017-11-15 Thread Ben Guild
I believe it may be a bug with the Mac SDK. On Thursday, November 16, 2017 at 1:40:09 AM UTC+9, Yannick (Cloud Platform Support) wrote: > > Hello, this is a weird error to have as appengine.Main() is a call used by > many go applications, so it is definitely expected to work just fine for > you

[google-appengine] Re: "tmpfs/goroots/go1.8/pkg/tool/linux_amd64/link: route.a: not package main"

2017-11-15 Thread Ben Guild
It's not only me. The reason I had main() commented out was because that was a workaround that I found here on these groups. It's just still a bug and I wanted to bring it up again. On Thursday, November 16, 2017 at 1:40:09 AM UTC+9, Yannick (Cloud Platform Support) wrote: > > Hello, this is a

[google-appengine] Re: "tmpfs/goroots/go1.8/pkg/tool/linux_amd64/link: route.a: not package main"

2017-11-15 Thread 'Yannick (Cloud Platform Support)' via Google App Engine
Hello, this is a weird error to have as appengine.Main() is a call used by many go applications, so it is definitely expected to work just fine for you. The fact that you're the only person to have reported this issue in the year that it has affected you makes me suspect that there might be an