Categorygithub.com/Ethereal-Coder/client-go-sample
repositorypackage
0.0.0-20200329110356-ae7a01a6eb04
Repository: https://github.com/ethereal-coder/client-go-sample.git
Documentation: pkg.go.dev

# 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]