[[["易于理解","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-02。"],[[["The Go buildpack defaults to the latest stable Go version, but you can specify a different version using the `GOOGLE_GO_VERSION` environment variable with a semver constraint."],["Compilation behavior can be configured via environment variables like `GOOGLE_BUILDABLE` to specify a buildable path, `GOOGLE_CLEAR_SOURCE` to omit source code, and `GOOGLE_GOGCFLAGS`/`GOOGLE_GOLDFLAGS` to pass custom flags."],["The buildpack utilizes Go modules for dependency management, recommending the inclusion of a `go.mod` file in your application's root directory for module-aware mode."],["Vendoring dependencies is supported by including a `vendor` directory in the app's root, using the `go build` command to collect dependencies."],["You can override the default application entrypoint (the compiled `main` executable) by providing a `Procfile` or using the `GOOGLE_ENTRYPOINT` environment variable."]]],[]]