Skip to content

Commit d08959a

Browse files
committed
Fix misisng documentation
1 parent 1fdbfbd commit d08959a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tools/vcli/bw/repl/repl.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ func New(driver storage.Store, chanSize, bulkSize, builderSize int, rl ReadLiner
5252
}
5353
}
5454

55+
// ReadLiner returns a channel with the imput to be used for the REPL.
5556
type ReadLiner func(*os.File) <-chan string
5657

5758
// SimpleReadLine reads a line from the provided file. This does not support

0 commit comments

Comments
 (0)