added user resource and fixed some typos
Some checks reported errors
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build was killed

This commit is contained in:
2022-06-14 23:24:42 +02:00
parent f8ea8a9276
commit f9e9235726
8 changed files with 464 additions and 8 deletions

View File

@ -3,7 +3,7 @@ GOFMT_FILES?=$$(find . -name '*.go' |grep -v vendor)
GOFMT ?= gofmt -s
VERSION = 0.3.0
VERSION = 0.4.0
test: fmt-check
go test -i $(TEST) || exit 1