Golint: remove extra // in comment
License: MIT Signed-off-by: Hector Sanjuan <hector@protocol.ai>
Hector Sanjuan committed
Feb 7, 2018 at 12:33 UTC
f4f450d774f5394f543a134d3887b5c9e27c4b42
1 file changed
+1
-1
unixfs/io/dagreader.go
+1
-1
@@ -20,7 +20,7 @@ var (
20
ErrCantReadSymlinks = errors.New("cannot currently read symlinks")
21
)
22
23
-// // A DagReader provides read-only read and seek acess to a unixfs file.
23
+// A DagReader provides read-only read and seek acess to a unixfs file.
24
// Different implementations of readers are used for the different
25
// types of unixfs/protobuf-encoded nodes.
26
type DagReader interface {