Use gofmt -s

This commit is contained in:
Jannis Mattheis
2018-03-24 19:24:57 +01:00
committed by Jannis Mattheis
parent 8d7c7a5a50
commit 0f2e7cf5e2
16 changed files with 31 additions and 29 deletions

View File

@@ -4,13 +4,14 @@ import (
"sync"
"time"
"net/http"
"net/url"
"github.com/gin-gonic/gin"
"github.com/gorilla/websocket"
"github.com/gotify/server/auth"
"github.com/gotify/server/model"
"net/http"
"github.com/gotify/server/mode"
"net/url"
"github.com/gotify/server/model"
)
var upgrader = websocket.Upgrader{

View File

@@ -19,9 +19,9 @@ import (
"github.com/gin-gonic/gin"
"github.com/gorilla/websocket"
"github.com/gotify/server/auth"
"github.com/gotify/server/mode"
"github.com/gotify/server/model"
"github.com/stretchr/testify/assert"
"github.com/gotify/server/mode"
)
func TestFailureOnNormalHttpRequest(t *testing.T) {