Closed
Description
App Engine just launched a new Go 1.11 runtime. The go111 runtime uses the stock Go toolchain and does not set the appengine build tag.
I encountered this when using AppEngineTokenSource
, which panicked because appengine_hook.go
wasn't built. Does this code need to be behind a build tag? If someone tries to use App Engine specific features when not on App Engine failure should be expected.
cc @sbuss, lead on go111 runtime
Metadata
Metadata
Assignees
Labels
No labels