Add example config file
This commit is contained in:
parent
af92353a89
commit
0b0e91928d
4 changed files with 12 additions and 0 deletions
4
Makefile
4
Makefile
|
@ -1,3 +1,7 @@
|
|||
build:
|
||||
mkdir -p dist
|
||||
go build -o dist ./...
|
||||
|
||||
test:
|
||||
GOTESTSUM_FORMAT=testname gotestsum --packages="./..."
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue