[[["容易理解","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-07-08 (世界標準時間)。"],[[["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."]]],[]]