now uses rice
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2020-10-28 17:47:37 -07:00
parent 48d663e53d
commit 7cc2628b05
11 changed files with 53 additions and 23 deletions

View File

@@ -43,6 +43,12 @@ docker:
./$(FN)d: cmd/$(FN)d/main.go */*.go
cd httpserver && \
go generate && \
cd ../cmd/$(FN)d && \
go build -o ../../$(FN)d $(GOFLAGS) .
go build -o ../../$(FN)d $(GOFLAGS) . && \
cd ../.. && \
rice append -i ./httpserver --exec ./httpd
tools:
go get -v github.com/golangci/golangci-lint/cmd/golangci-lint@v1.31.0
go get -v mvdan.cc/gofumpt/gofumports
go get -v github.com/GeertJohan/go.rice/rice