diff --git a/main.go b/main.go index 5e575ef..cd537e8 100644 --- a/main.go +++ b/main.go @@ -62,7 +62,3 @@ func execInput(input string) error { // Execute the command and return the error. return cmd.Run() } - -func checkHistory() { - if _, err := os.Stat() -}