Begin refactor + selective auth

This commit is contained in:
Thom Seddon
2019-01-30 16:52:47 +00:00
parent f1ba9b5ac4
commit d51b93d4b0
14 changed files with 953 additions and 580 deletions

View File

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