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

@ -3,6 +3,8 @@ sudo: false
go:
- "1.10"
install:
- go get github.com/BurntSushi/toml
- go get github.com/gorilla/mux
- go get github.com/namsral/flag
- go get github.com/sirupsen/logrus
script: go test -v ./...