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"