mirror of
https://github.com/ipfs/kubo.git
synced 2025-06-28 08:47:42 +08:00
Golint: remove extra // in comment
License: MIT Signed-off-by: Hector Sanjuan <hector@protocol.ai>
This commit is contained in:
@ -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 {
|
||||
|
Reference in New Issue
Block a user