Begin refactor + selective auth

This commit is contained in:
Thom Seddon
2019-01-30 16:52:47 +00:00
parent 5c800a0170
commit ae95e8b2e5
12 changed files with 943 additions and 577 deletions

View File

@ -1,5 +1,5 @@
format:
gofmt -w -s *.go
gofmt -w -s *.go provider/*.go
.PHONY: format