[[["容易理解","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-06-16 (世界標準時間)。"],[[["Apps in the Go 1.11 standard runtime can utilize any linux/amd64-compatible package, but all import statements must use absolute paths."],["Go modules are recommended for dependency management, but older GOPATH mode is still supported if you are not ready to migrate."],["App Engine uses the `go build` command, and to ensure module-aware mode, you should create a `go.mod` file in the same directory as your `app.yaml` file or a parent directory."],["If using the `GO111MODULE` environment variable, ensure its value enables module-aware mode, and it will only be applied if a `go.mod` file exists."],["Private dependencies must be included with your application code upon deployment, and you must utilize the `replace` directive in your `go.mod` file to point to the local directory containing them."]]],[]]