- 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.mdFor 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_testgo get -u github.com/hunken/go-toolkit