Commit 32ab9224 authored by ia's avatar ia

all: gofmt

Run standard gofmt command on project root.
parent 80a3d2b8
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.
......
package flatfs
import (
"os"
"io"
"os"
)
// From: http://stackoverflow.com/questions/30697324/how-to-check-if-directory-on-path-is-empty
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment