diff --git a/rl.go b/rl.go index 8b148ad..24a7b0d 100644 --- a/rl.go +++ b/rl.go @@ -18,7 +18,6 @@ var hinter lua.LValue = lua.LNil var highlighter lua.LValue = lua.LNil */ -// other gophers might hate this naming but this is local, shut up func newLineReader(prompt string, noHist bool) *lineReader { rl := readline.NewInstance() // we don't mind hilbish.read rl instances having completion,