fixed handling of vanished resources

added support for organisations
This commit is contained in:
2022-06-12 15:34:17 +02:00
parent 126547905a
commit 24357370bc
7 changed files with 258 additions and 7 deletions

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