Tetap teratur dengan koleksi
Simpan dan kategorikan konten berdasarkan preferensi Anda.
Halaman ini menjelaskan cara menginstal dan menggunakan paket
layanan dengan runtime Go
untuk lingkungan standar App Engine. Aplikasi Anda dapat mengakses paket layanan melalui SDK layanan App Engine untuk Go.
[[["Mudah dipahami","easyToUnderstand","thumb-up"],["Memecahkan masalah saya","solvedMyProblem","thumb-up"],["Lainnya","otherUp","thumb-up"]],[["Sulit dipahami","hardToUnderstand","thumb-down"],["Informasi atau kode contoh salah","incorrectInformationOrSampleCode","thumb-down"],["Informasi/contoh yang saya butuhkan tidak ada","missingTheInformationSamplesINeed","thumb-down"],["Masalah terjemahan","translationIssue","thumb-down"],["Lainnya","otherDown","thumb-down"]],["Terakhir diperbarui pada 2025-04-09 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."]]],[]]