# Packages
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# README
client-go-sample
go mod
go mod init
go mod download
go mod tidy
go mod vendor
step
export GO111MODULE=on
# https://goproxy.cn/
export GOPROXY=https://goproxy.cn
go mod init
go get k8s.io/[email protected]