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-ds-flatfs
Commits
32ab9224
Commit
32ab9224
authored
Jun 13, 2018
by
ia
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
all: gofmt
Run standard gofmt command on project root.
parent
80a3d2b8
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
3 deletions
+2
-3
readme.go
readme.go
+1
-2
util.go
util.go
+1
-1
No files found.
readme.go
View file @
32ab9224
package
flatfs
var
README_IPFS_DEF_SHARD
=
`This is a repository of IPLD objects. Each IPLD object is in a single file,
var
README_IPFS_DEF_SHARD
=
`This is a repository of IPLD objects. Each IPLD object is in a single file,
named <base32 encoding of cid>.data. Where <base32 encoding of cid> is the
"base32" encoding of the CID (as specified in
https://github.com/multiformats/multibase) without the 'B' prefix.
...
...
util.go
View file @
32ab9224
package
flatfs
import
(
"os"
"io"
"os"
)
// From: http://stackoverflow.com/questions/30697324/how-to-check-if-directory-on-path-is-empty
...
...
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