Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-workhorse
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kirill Smelkov
gitlab-workhorse
Commits
39b50833
Commit
39b50833
authored
Dec 19, 2015
by
Jacob Vosmaer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
go fmt
parent
04d16195
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
14 additions
and
14 deletions
+14
-14
internal/helper/test.go
internal/helper/test.go
+4
-4
internal/lfs/lfs.go
internal/lfs/lfs.go
+1
-1
internal/upstream/upstream.go
internal/upstream/upstream.go
+9
-9
No files found.
internal/helper/test.go
View file @
39b50833
package
helper
package
helper
import
(
import
(
"log"
"net/http"
"net/http/httptest"
"net/http/httptest"
"net/htt
p"
"regex
p"
"testing"
"testing"
"regexp"
"log"
)
)
func
AssertResponseCode
(
t
*
testing
.
T
,
response
*
httptest
.
ResponseRecorder
,
expectedCode
int
)
{
func
AssertResponseCode
(
t
*
testing
.
T
,
response
*
httptest
.
ResponseRecorder
,
expectedCode
int
)
{
...
...
internal/lfs/lfs.go
View file @
39b50833
...
@@ -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"
...
...
internal/upstream/upstream.go
View file @
39b50833
...
@@ -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"
)
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment