Add gofmt linter (#339)

* Check that gofmt has been run

* gofmt files

* Tabs and spaces
This commit is contained in:
Erik Johnston 2017-11-16 10:12:02 +00:00 committed by GitHub
parent 4124ce2ac0
commit 561315e1d6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
20 changed files with 25 additions and 23 deletions

View file

@ -18,8 +18,8 @@ import (
"os"
"path/filepath"
"github.com/sirupsen/logrus"
"github.com/matrix-org/dugong"
"github.com/sirupsen/logrus"
)
type utcFormatter struct {