Stay organized with collections
Save and categorize content based on your preferences.
This page describes how to install and use the bundled
services with the Go runtime
for App Engine standard environment. Your app can access the bundled services
through the App Engine services SDK for Go.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-05 UTC."],[[["This guide outlines the process of installing and utilizing the App Engine services SDK for Go, enabling access to legacy bundled services within the App Engine standard environment."],["To begin, you must update your `app.yaml` file to include `app_engine_apis: true` and ensure you are using the latest SDK by referencing `google.golang.org/appengine/v2` in your `go.mod` file."],["When updating from older SDK versions, the key change is the inclusion of `/v2/` in import statements within your Go application code, such as `google.golang.org/appengine/v2/memcache` for Memcache."],["Before beginning migration to Go, be sure to review the runtime migration overview and make yourself aware of the migration considerations."],["Testing of legacy bundled services in a Go application can be performed locally using tools like `go run`, and deployment is achieved using the `gcloud app deploy` command."]]],[]]