Registry / cloud / appengine

appengine

JSON →
library1.6.8gogounverified

Package appengine provides basic functionality for Google App Engine, including context and API access for building Go apps on the platform.

go get google.golang.org/appengine
INSTALL
IMPORT
SIG · APPENGINE
A
appengine
cloudgov1.6.8
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

appengine
google.golang.org/appengine

Creates a background context for App Engine.

package main import ( "fmt" "google.golang.org/appengine" ) func main() { ctx := appengine.BackgroundContext() fmt.Println(ctx) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.6.8latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
42 hits · last 30 days
node
37
Resources
appengine — go get appengine · libregistry