maybe works now
Some checks failed
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is failing

This commit is contained in:
2020-09-08 21:15:50 -07:00
parent f6749f4e9e
commit 98e9eb44d3
5 changed files with 15 additions and 7 deletions

View File

@@ -29,6 +29,7 @@ default: fmt
fmt:
go fmt ./...
goimports -l -w .
docker-build:
docker build -t $(IMAGENAME) .