[[["わかりやすい","easyToUnderstand","thumb-up"],["問題の解決に役立った","solvedMyProblem","thumb-up"],["その他","otherUp","thumb-up"]],[["わかりにくい","hardToUnderstand","thumb-down"],["情報またはサンプルコードが不正確","incorrectInformationOrSampleCode","thumb-down"],["必要な情報 / サンプルがない","missingTheInformationSamplesINeed","thumb-down"],["翻訳に関する問題","translationIssue","thumb-down"],["その他","otherDown","thumb-down"]],["最終更新日 2025-04-03 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."]]],[]]