Create Go workspace Create Go workspace Once the Go build environment is ready, the next step is to create workspace for development: (1) Set up a new empty directory: ...
Migrating Existing Kubernetes APIs Go: Upgrading one Kind to a new Version from a Version with multiple Kinds Questions to ask yourself Creating a new API Version Copying shared...
开启 Go module 功能 配置 Goproxy 环境变量 使配置长久生效 (可选配置) 开启 Go module 功能 Go module 功能需要您的 Go 版本在 Go 1.11 及以上, 点击下载最新的 Go 版本 。开启 Go module 功能只需配置一个环境变量。 Mac/Linux export GO111MODULE...