From d08959afcc97af6b9cc9fb20fb9884b18329eb5c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Xavier=20Llor=C3=A0?= Date: Wed, 20 Jul 2016 20:22:46 +0200 Subject: [PATCH] Fix misisng documentation --- tools/vcli/bw/repl/repl.go | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/vcli/bw/repl/repl.go b/tools/vcli/bw/repl/repl.go index 115b727f..b81fad62 100644 --- a/tools/vcli/bw/repl/repl.go +++ b/tools/vcli/bw/repl/repl.go @@ -52,6 +52,7 @@ func New(driver storage.Store, chanSize, bulkSize, builderSize int, rl ReadLiner } } +// ReadLiner returns a channel with the imput to be used for the REPL. type ReadLiner func(*os.File) <-chan string // SimpleReadLine reads a line from the provided file. This does not support