- Clone proto repository which is located at same directory level with this repository
git clone git@github.com:lk153/proto-tracking.git
- Generate go files in proto-tracking repository with command
make go
- Tag version and publish
./release.sh
- Setup GOPRIVATE to bypass Go Mod proxy site
go env -w GOPRIVATE=github.com/lk153
- Execute command to download latest version
go get -u github.com/lk153/proto-tracking-gen