Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 367 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 367 Bytes

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