[[["易于理解","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-01。"],[[["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."]]],[]]