Hey Tim, no you are not the only one. Im facing the same issues. Im also having 2 'goapps' just like yours and when I run 'goapp serve' inside a project folder where I have my app.yaml it says permission denied.
On Saturday, April 8, 2017 at 5:57:29 PM UTC+2, Tim Becker wrote: > > Sorry if I'm missing something obvious, but it seems that the documenation > is very unclear about this and was just recently changed with no clear > migration instructions: > > - since recently (~ last week sometime) the prefered way to install > Golang support seems to be via the "Google Cloud SDK" (vs the "original > App > Engine SDK for Go") > - previously, the `goapp` tool was a central part of my workflow in > order to deal with the dependency on the completely outdated 1.6 version > of > Go required by appengine > - using gcloud and installing go support via `gcloud components > install app-engine-go` gets me two `goapp`s: > - ./google-cloud-sdk/platform/google_appengine/goapp > - ./google-cloud-sdk/platform/google_appengine/goroot/bin/goapp > - the first of which is a python script with no executable bit set, > and neither of which are in the PATH set up by the install.sh script > - running, eg. > `./google-cloud-sdk/platform/google_appengine/goroot/bin/goapp test` > results in the following error: > - `go: cannot find GOROOT directory: > > /private/var/folders/bs/nn10qt5j32g25qwgd77wkcyh00d7l1/T/appengine/go_appengine/goroot > > Now there are `gopath` and `goroot` dirs in the > `plattform/google_appengine` directory and I'm tempted to set the > corresponding environment variables to point to those directories, because > at least `goroot` seems to have all the necessary appengine dependencies > install in it. But this leaves me wondering, where my app should reside. > And dealing with appengine/gcloud/whatever it's called today in this manner > feels just like "trying out random stuff" > > The README contains completely outdated info from 2008. And the online > docs only seems to focus on using the "classic" SDK (e.g. > https://cloud.google.com/appengine/docs/standard/go/tools/localunittesting/ > ) > > Is there any obvious documenation that I'm missing? Am I the only person > encountering these problems? > > > (btw. I'm using OSX) > -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/google-appengine. To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/37650183-6606-4b28-a8f7-533e3263a097%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
