diff --git a/readme.go b/readme.go index 4eedfb3..9c1065b 100644 --- a/readme.go +++ b/readme.go @@ -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 .data. Where is the "base32" encoding of the CID (as specified in https://github.com/multiformats/multibase) without the 'B' prefix. diff --git a/util.go b/util.go index 9c85b92..31ebde0 100644 --- a/util.go +++ b/util.go @@ -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