$make help
help This help.
docker_build_image docker build
go_mod_verify go mod verify
go_build go build -v ./...
lint golint ./...
test go test -race -vet=off ./...
nhl_recap --help
Usage of nhl_recap:
-t, --token string Token for Telegram Bot API
docker run -d viartemev/nhl-recap -t {TELEGRAM_BOT_TOKEN}
go test -v -short
go test -race
go test -coverprofile=cover.prof
go tool cover -html=cover.prof