[[["易于理解","easyToUnderstand","thumb-up"],["解决了我的问题","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["很难理解","hardToUnderstand","thumb-down"],["信息或示例代码不正确","incorrectInformationOrSampleCode","thumb-down"],["没有我需要的信息/示例","missingTheInformationSamplesINeed","thumb-down"],["翻译问题","translationIssue","thumb-down"],["其他","otherDown","thumb-down"]],["最后更新时间 (UTC):2025-04-03。"],[[["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."]]],[]]