Commit 39b50833 authored by Jacob Vosmaer's avatar Jacob Vosmaer

go fmt

parent 04d16195
package helper package helper
import ( import (
"log"
"net/http"
"net/http/httptest" "net/http/httptest"
"net/http" "regexp"
"testing" "testing"
"regexp"
"log"
) )
func AssertResponseCode(t *testing.T, response *httptest.ResponseRecorder, expectedCode int) { func AssertResponseCode(t *testing.T, response *httptest.ResponseRecorder, expectedCode int) {
......
...@@ -7,7 +7,7 @@ package lfs ...@@ -7,7 +7,7 @@ package lfs
import ( import (
"../api" "../api"
"../helper" "../helper"
"../proxy" "../proxy"
"bytes" "bytes"
"crypto/sha256" "crypto/sha256"
"encoding/hex" "encoding/hex"
......
...@@ -14,8 +14,8 @@ import ( ...@@ -14,8 +14,8 @@ import (
"net" "net"
"net/http" "net/http"
"net/url" "net/url"
"path"
"strings" "strings"
"path"
"time" "time"
) )
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment