Skip to content

Commit

Permalink
all: gofmt
Browse files Browse the repository at this point in the history
Run standard gofmt command on project root.
  • Loading branch information
whilei committed Jun 13, 2018
1 parent 80a3d2b commit 32ab922
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions readme.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
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.
Expand Down
2 changes: 1 addition & 1 deletion util.go
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
package flatfs

import (
"os"
"io"
"os"
)

// From: http://stackoverflow.com/questions/30697324/how-to-check-if-directory-on-path-is-empty
Expand Down

0 comments on commit 32ab922

Please sign in to comment.