module
0.0.0-20211230170504-726bbe46a068
Repository: https://github.com/goalt/go-template.git
Documentation: pkg.go.dev
# README
Build
It builds docker image with application.
make build
Run
It runs services.
make run
All
Clean, build, run.
make all
Mocs generation
mockgen -source=main.go -destination=mocks/mocks_main.go
# Packages
No description provided by the author