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.

cloud
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.

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 footguns

No known footguns recorded.

Upgrade
Version history

Breaking-change detection hasn't run for this library yet.

Audit
Security & dependencies

CVE tracking and dependency tree are planned for a later release.

Agent activity
17 hits · last 30 days
gptbot
3
bytedance
3
claudebot
3
Resources