From f292245c234643d35150d7be8ef2ede327e55d4a Mon Sep 17 00:00:00 2001 From: TorchedSammy <38820196+TorchedSammy@users.noreply.github.com> Date: Sun, 27 Feb 2022 19:29:05 -0400 Subject: [PATCH] chore: remove unneeded comments --- rl.go | 4 ---- 1 file changed, 4 deletions(-) diff --git a/rl.go b/rl.go index 2e51d9b..c8f5c32 100644 --- a/rl.go +++ b/rl.go @@ -1,9 +1,5 @@ package main -// Here we define a generic interface for readline and hilbiline, -// making them interchangable during build time -// this is hilbiline's, as is obvious by the filename - import ( "fmt" "io"