# Go pkg ## 使用方式 ```shell # 1. 设置私有库跳过计算 gosum go env -w GOPRIVATE=lab.evlic.cn/go/* # 2. 安装本 pkg 库 go get -u lab.evlic.cn/go/pkg@latest ```