Adds a bit of structure
This commit is contained in:
parent
526559c4a0
commit
71fa53d1a8
8 changed files with 151 additions and 0 deletions
8
Makefile
Normal file
8
Makefile
Normal file
|
@ -0,0 +1,8 @@
|
|||
test:
|
||||
GOTESTSUM_FORMAT=testname gotestsum --packages="./..."
|
||||
|
||||
test-watch:
|
||||
GOTESTSUM_FORMAT=testname gotestsum --packages="./..." --watch
|
||||
|
||||
fmt:
|
||||
go fmt ./...
|
Loading…
Add table
Add a link
Reference in a new issue