add test for getUser & add readme

This commit is contained in:
Cubicroot 2021-06-19 16:59:30 +02:00
parent 46dd19b07d
commit e6f24c4458
6 changed files with 114 additions and 21 deletions

1
execute_tests.sh Normal file
View file

@ -0,0 +1 @@
find . -name '*.go' -printf '%h\n' | sort -u | xargs -n1 -P1 go test -cover