From 1ea5b019f8f2eb0ede0a5162ceef8b6aa76335f0 Mon Sep 17 00:00:00 2001 From: ia Date: Sun, 17 Jun 2018 00:33:11 +0200 Subject: [PATCH] all: gofmt Run standard gofmt command on project root. - go version go1.10.3 darwin/amd64 Signed-off-by: ia --- conf.go | 2 +- config_test.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/conf.go b/conf.go index 7de00de..7f018cf 100644 --- a/conf.go +++ b/conf.go @@ -2,9 +2,9 @@ package main import ( "errors" + "github.com/martini-contrib/oauth2" "gopkg.in/yaml.v1" "io/ioutil" - "github.com/martini-contrib/oauth2" ) const ( diff --git a/config_test.go b/config_test.go index af5df9e..f3e7948 100644 --- a/config_test.go +++ b/config_test.go @@ -1,10 +1,10 @@ package main import ( + "github.com/martini-contrib/oauth2" "io/ioutil" "os" "testing" - "github.com/martini-contrib/oauth2" ) func TestParse(t *testing.T) {