Adds a bit of structure

This commit is contained in:
Miguel de la Cruz 2023-06-29 23:46:17 +02:00
parent 526559c4a0
commit 71fa53d1a8
8 changed files with 151 additions and 0 deletions

8
Makefile Normal file
View file

@ -0,0 +1,8 @@
test:
GOTESTSUM_FORMAT=testname gotestsum --packages="./..."
test-watch:
GOTESTSUM_FORMAT=testname gotestsum --packages="./..." --watch
fmt:
go fmt ./...