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-blockservice
Commits
15d7b8a1
Commit
15d7b8a1
authored
Nov 19, 2017
by
Łukasz Magiera
Committed by
Steven Allen
Dec 02, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
gx: Update go-datastore to 1.4.0
License: MIT Signed-off-by:
Łukasz Magiera
<
magik6k@gmail.com
>
parent
e6b1b9e9
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
blockservice_test.go
blockservice_test.go
+2
-2
test/blocks_test.go
test/blocks_test.go
+2
-2
No files found.
blockservice_test.go
View file @
15d7b8a1
...
...
@@ -8,8 +8,8 @@ import (
offline
"github.com/ipfs/go-ipfs/exchange/offline"
"gx/ipfs/QmSn9Td7xgxm9EV7iEjTckpUWmWApggzPxu7eFGWkkpwin/go-block-format"
ds
"gx/ipfs/Qm
VSase1JP7cq9QkPT46oNwdp9pT6kBkG3oqS14y3QcZjG
/go-datastore"
dssync
"gx/ipfs/Qm
VSase1JP7cq9QkPT46oNwdp9pT6kBkG3oqS14y3QcZjG
/go-datastore/sync"
ds
"gx/ipfs/Qm
dHG8MAuARdGHxx4rPQASLcvhz24fzjSQq7AJRAQEorq5
/go-datastore"
dssync
"gx/ipfs/Qm
dHG8MAuARdGHxx4rPQASLcvhz24fzjSQq7AJRAQEorq5
/go-datastore/sync"
)
func
TestWriteThroughWorks
(
t
*
testing
.
T
)
{
...
...
test/blocks_test.go
View file @
15d7b8a1
...
...
@@ -14,8 +14,8 @@ import (
cid
"gx/ipfs/QmNp85zy9RLrQ5oQD4hPyS39ezrrXpcaa7R4Y9kxdWQLLQ/go-cid"
u
"gx/ipfs/QmSU6eubNdhXjFBJBSksTp8kv8YRub8mGAPv8tVJHmL2EU/go-ipfs-util"
ds
"gx/ipfs/Qm
VSase1JP7cq9QkPT46oNwdp9pT6kBkG3oqS14y3QcZjG
/go-datastore"
dssync
"gx/ipfs/Qm
VSase1JP7cq9QkPT46oNwdp9pT6kBkG3oqS14y3QcZjG
/go-datastore/sync"
ds
"gx/ipfs/Qm
dHG8MAuARdGHxx4rPQASLcvhz24fzjSQq7AJRAQEorq5
/go-datastore"
dssync
"gx/ipfs/Qm
dHG8MAuARdGHxx4rPQASLcvhz24fzjSQq7AJRAQEorq5
/go-datastore/sync"
)
func
newObject
(
data
[]
byte
)
blocks
.
Block
{
...
...
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