chore: style and gofmt (#622)

This commit is contained in:
1138-4EB
2019-01-08 19:40:14 +01:00
committed by GitHub
parent a70b9e20a7
commit d0fd97d943
6 changed files with 47 additions and 32 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ import (
"strings"
"time"
"github.com/dgrijalva/jwt-go"
jwt "github.com/dgrijalva/jwt-go"
"github.com/dgrijalva/jwt-go/request"
"github.com/filebrowser/filebrowser/v2/errors"
"github.com/filebrowser/filebrowser/v2/users"
+1 -1
View File
@@ -9,7 +9,7 @@ import (
"strings"
"text/template"
"github.com/GeertJohan/go.rice"
rice "github.com/GeertJohan/go.rice"
"github.com/filebrowser/filebrowser/v2/auth"
"github.com/filebrowser/filebrowser/v2/settings"
"github.com/filebrowser/filebrowser/v2/storage"