- Golang 1.14+
- .. updating
auth-service
├── core
│ └── http-service
│ └── worker-service
├── pkg
│ └── credential: simple lib for credential
│ └── jwt
│ └── kafka
│ └── consumer
│ └── producer
│ └── mysql
│ └── util
│ └── assign
│ └── compare
│ └── convert
│ └── map
│ └── time
│ └── validator
├── go.mod
├── go.sum
└── LICENSE
└── README.md
For dev machine, follow the commands
Or you can user make
command to build binary file
the binary file will be located at dist
dir.
Run unit test with coverage and display as html format
make unit_test
go get -u github.com/hunken/go-toolkit