2
2
mirror of https://github.com/Hilbis/Hilbish synced 2025-04-02 03:33:22 +00:00

chore: remove unneeded comments

This commit is contained in:
TorchedSammy 2022-02-27 19:29:05 -04:00
parent aaeecceabf
commit f292245c23
Signed by: sammyette
GPG Key ID: 904FC49417B44DCD

4
rl.go
View File

@ -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"