avkosme / golang-cli-boilerplate

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Transactions statistics

Start without docker

$ go build  -o ./bin ./...
$ go test -count=1 -v ./...

Start through docker

$ make build
$ make test

About


Languages

Language:Go 90.6%Language:Makefile 9.4%