1
0
mirror of https://github.com/ipfs/kubo.git synced 2025-06-29 01:12:24 +08:00

Golint: remove extra // in comment

License: MIT
Signed-off-by: Hector Sanjuan <hector@protocol.ai>
This commit is contained in:
Hector Sanjuan
2018-02-07 12:33:58 +01:00
parent 3ec869fee7
commit f4f450d774

View File

@ -20,7 +20,7 @@ var (
ErrCantReadSymlinks = errors.New("cannot currently read symlinks") 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 // Different implementations of readers are used for the different
// types of unixfs/protobuf-encoded nodes. // types of unixfs/protobuf-encoded nodes.
type DagReader interface { type DagReader interface {