From f4f450d774f5394f543a134d3887b5c9e27c4b42 Mon Sep 17 00:00:00 2001 From: Hector Sanjuan Date: Wed, 7 Feb 2018 12:33:58 +0100 Subject: [PATCH] Golint: remove extra // in comment License: MIT Signed-off-by: Hector Sanjuan --- unixfs/io/dagreader.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unixfs/io/dagreader.go b/unixfs/io/dagreader.go index 53e990297..af3fbb330 100644 --- a/unixfs/io/dagreader.go +++ b/unixfs/io/dagreader.go @@ -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 {