Add example config file

This commit is contained in:
Miguel de la Cruz 2023-06-30 10:42:27 +02:00
parent af92353a89
commit 0b0e91928d
4 changed files with 12 additions and 0 deletions

View file

@ -1,3 +1,7 @@
build:
mkdir -p dist
go build -o dist ./...
test:
GOTESTSUM_FORMAT=testname gotestsum --packages="./..."