Tests && gomod

This commit is contained in:
2022-10-29 15:34:40 +02:00
parent c7924cd9ff
commit 85b6d17df0
5 changed files with 51 additions and 43 deletions

6
Makefile Normal file
View File

@@ -0,0 +1,6 @@
run:
echo "This is a library - can't be run" && false
test:
go test ./...