Upgrade to go-chi 5

This commit is contained in:
Deluan 2021-05-11 17:21:18 -04:00
parent fb5840705e
commit 7d96167abc
12 changed files with 107 additions and 81 deletions

View file

@ -28,7 +28,7 @@ watch: ##@Development Start Go tests in watch mode (re-run when code changes)
.PHONY: watch
test: ##@Development Run Go tests
go test ./... -v
go test ./...
.PHONY: test
testall: test ##@Development Run Go and JS tests