Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
dms3
go-unixfs
Commits
4510977a
Commit
4510977a
authored
10 years ago
by
verokarhu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix imports on mux
parent
cf0100c9
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
Godeps/_workspace/src/github.com/gorilla/mux/mux.go
Godeps/_workspace/src/github.com/gorilla/mux/mux.go
+1
-1
Godeps/_workspace/src/github.com/gorilla/mux/mux_test.go
Godeps/_workspace/src/github.com/gorilla/mux/mux_test.go
+1
-1
No files found.
Godeps/_workspace/src/github.com/gorilla/mux/mux.go
View file @
4510977a
...
...
@@ -9,7 +9,7 @@ import (
"net/http"
"path"
"github.com/gorilla/context"
"github.com/
jbenet/go-ipfs/Godeps/_workspace/src/github.com/
gorilla/context"
)
// NewRouter returns a new router instance.
...
...
This diff is collapsed.
Click to expand it.
Godeps/_workspace/src/github.com/gorilla/mux/mux_test.go
View file @
4510977a
...
...
@@ -9,7 +9,7 @@ import (
"net/http"
"testing"
"github.com/gorilla/context"
"github.com/
jbenet/go-ipfs/Godeps/_workspace/src/github.com/
gorilla/context"
)
type routeTest struct {
...
...
This diff is collapsed.
Click to expand it.
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