Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 404 Bytes

File metadata and controls

12 lines (10 loc) · 404 Bytes

itmodel

Iteung Model

go get -u all     #update existing package
go mod tidy     #generate go mod
git tag                                  #check current version
git tag v0.0.8                          #set tag version
git push origin --tags                   #push tag version to repo
go list -m github.com/whatsauth/itmodel@v0.0.8   #publish to pkg dev, replace ORG/URL with your repo URL