/BackendGIS

Primary LanguageGoMIT LicenseMIT

fancy

fancy

go get -u all
go mod tidy
git tag                                 #check current version
git tag v1.28                          #set tag version
git push origin --tags                  #push tag version to repo
go list -m github.com/Fancyyy21/BackendGIS@v1.28   #publish to pkg dev, replace ORG/URL with your repo URL