bugfix/#12-import-of-org-not-working #13

Merged
lerentis merged 4 commits from bugfix/#12-import-of-org-not-working into main 2022-08-13 21:02:28 +00:00
Showing only changes of commit cfa43451d8 - Show all commits

View File

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