From e1d4258e07f0586b5a4d03b318b00393e65a474b Mon Sep 17 00:00:00 2001 From: TorchedSammy <38820196+TorchedSammy@users.noreply.github.com> Date: Tue, 29 Mar 2022 07:06:10 -0400 Subject: [PATCH] chore: remove comment --- rl.go | 1 - 1 file changed, 1 deletion(-) 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,