GeoQuery
Peta Pedia Library Package
ENV Setting
Release
go get -u all
go mod tidy
git tag #check current version
git tag v0.0.3 #set tag version
git push origin --tags #push tag version to repo
go list -m github.com/Fancyyy21/geoquery@v0.0.5 #publish to pkg dev, replace ORG/URL with your repo URL