Commit f4f450d7 authored by Hector Sanjuan's avatar Hector Sanjuan

Golint: remove extra // in comment

License: MIT
Signed-off-by: default avatarHector Sanjuan <hector@protocol.ai>
parent 3ec869fe
......@@ -20,7 +20,7 @@ var (
ErrCantReadSymlinks = errors.New("cannot currently read symlinks")
)
// // A DagReader provides read-only read and seek acess to a unixfs file.
// A DagReader provides read-only read and seek acess to a unixfs file.
// Different implementations of readers are used for the different
// types of unixfs/protobuf-encoded nodes.
type DagReader interface {
......
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