From dae74317d84471f6a859117fcbba1cf546be8ea1 Mon Sep 17 00:00:00 2001 From: Charlie Stanton Date: Wed, 19 Apr 2023 15:19:42 +0100 Subject: Adds parsing substitute commands, though executing them currently does nothing --- main/main.go | 5 ----- 1 file changed, 5 deletions(-) (limited to 'main/main.go') diff --git a/main/main.go b/main/main.go index 3da414d..902c5b9 100644 --- a/main/main.go +++ b/main/main.go @@ -3,7 +3,6 @@ package main import ( "os" "bufio" - "main/subex" "main/walk" ) @@ -17,10 +16,6 @@ type ProgramState struct { } func main() { - subex.Main() -} - -func mainISH() { quiet := false var input string hasInput := false -- cgit v1.2.3