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
78d19b2f
Commit
78d19b2f
authored
Sep 14, 2015
by
Jeromy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
extract logging
License: MIT Signed-off-by:
Jeromy
<
jeromyj@gmail.com
>
parent
b7016fd1
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
mod/dagmodifier.go
mod/dagmodifier.go
+2
-2
No files found.
mod/dagmodifier.go
View file @
78d19b2f
...
...
@@ -19,7 +19,7 @@ import (
pin
"github.com/ipfs/go-ipfs/pin"
ft
"github.com/ipfs/go-ipfs/unixfs"
uio
"github.com/ipfs/go-ipfs/unixfs/io"
u
"github.com/ipfs/go-ipfs/
util
"
logging
"github.com/ipfs/go-ipfs/
vendor/go-log-v1.0.0
"
)
var
ErrSeekFail
=
errors
.
New
(
"failed to seek properly"
)
...
...
@@ -29,7 +29,7 @@ var ErrUnrecognizedWhence = errors.New("unrecognized whence")
// 2MB
var
writebufferSize
=
1
<<
21
var
log
=
u
.
Logger
(
"dagio"
)
var
log
=
logging
.
Logger
(
"dagio"
)
// DagModifier is the only struct licensed and able to correctly
// perform surgery on a DAG 'file'
...
...
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