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-chunker
Commits
c33af760
Commit
c33af760
authored
Apr 01, 2017
by
Jan Winkelmann
Committed by
keks
Nov 17, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
cmd: use go-ipfs-cmds
License: MIT Signed-off-by:
keks
<
keks@cryptoscope.co
>
parent
a6be3040
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
rabin_test.go
rabin_test.go
+3
-2
No files found.
rabin_test.go
View file @
c33af760
...
...
@@ -3,10 +3,11 @@ package chunk
import
(
"bytes"
"fmt"
"gx/ipfs/QmSU6eubNdhXjFBJBSksTp8kv8YRub8mGAPv8tVJHmL2EU/go-ipfs-util"
"gx/ipfs/QmSn9Td7xgxm9EV7iEjTckpUWmWApggzPxu7eFGWkkpwin/go-block-format"
"io"
"testing"
util
"gx/ipfs/QmSU6eubNdhXjFBJBSksTp8kv8YRub8mGAPv8tVJHmL2EU/go-ipfs-util"
blocks
"gx/ipfs/QmSn9Td7xgxm9EV7iEjTckpUWmWApggzPxu7eFGWkkpwin/go-block-format"
)
func
TestRabinChunking
(
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