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-dms3
Commits
dc2dbdbb
Commit
dc2dbdbb
authored
Oct 08, 2014
by
Juan Batiz-Benet
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
vendor things
cc @whyrusleeping
parent
2944360f
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
importer/dagwriter/dagmodifier.go
importer/dagwriter/dagmodifier.go
+1
-1
importer/format/format.go
importer/format/format.go
+1
-1
importer/format/format_test.go
importer/format/format_test.go
+1
-1
No files found.
importer/dagwriter/dagmodifier.go
View file @
dc2dbdbb
...
...
@@ -4,7 +4,7 @@ import (
"bytes"
"errors"
"code.google.com/p/goprotobuf/proto"
"
github.com/jbenet/go-ipfs/Godeps/_workspace/src/
code.google.com/p/goprotobuf/proto"
imp
"github.com/jbenet/go-ipfs/importer"
ft
"github.com/jbenet/go-ipfs/importer/format"
...
...
importer/format/format.go
View file @
dc2dbdbb
...
...
@@ -5,7 +5,7 @@ package format
import
(
"errors"
"code.google.com/p/goprotobuf/proto"
"
github.com/jbenet/go-ipfs/Godeps/_workspace/src/
code.google.com/p/goprotobuf/proto"
)
func
FromBytes
(
data
[]
byte
)
(
*
PBData
,
error
)
{
...
...
importer/format/format_test.go
View file @
dc2dbdbb
...
...
@@ -3,7 +3,7 @@ package format
import
(
"testing"
"code.google.com/p/goprotobuf/proto"
"
github.com/jbenet/go-ipfs/Godeps/_workspace/src/
code.google.com/p/goprotobuf/proto"
)
func
TestMultiBlock
(
t
*
testing
.
T
)
{
...
...
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