Skip to content

aiteung/absensi

 
 

Repository files navigation

Absensi

Attendance Module

Release

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

Packages

No packages published

Languages

  • Go 100.0%