fixed faulty import of repository
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2022-08-17 21:58:02 +02:00
parent e4ff32cc94
commit c183098b7d
5 changed files with 8 additions and 7 deletions

View File

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