Releasability:
Reliability:
Security:
Maintainability:
Other:
To run test cases
go test ./test/... -coverpkg ./service/... -coverprofile=coverage.out
To watch the test results display in your browser:
go tool cover -html=coverage.out