This an educational project to learn Go lang. Not for production usage.
To import Hasher package: go get github.com/iggyster/lets-go-chat/pkg/hasher
To import Tokengen package: go get github.com/iggyster/lets-go-chat/pkg/tokengen
Run all tests: go test ./... -coverprofile c.out
Output coverage in HTML: go tool cover -html=c.out -o ./web/c.html
Check overall coverage percentage: go tool cover -func=c.out