Skip to content

Commit

Permalink
Fix misisng documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
xllora committed Jul 20, 2016
1 parent 1fdbfbd commit d08959a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/vcli/bw/repl/repl.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d08959a

Please sign in to comment.