Skip to content

whatsauth/wa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wa

WhatsApp Handler Helper

go get -u all     #update existing package
go mod tidy     #generate go mod
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/whatsauth/wa@v0.0.3