From 648509cb7eff872eb330ce6de6b0ce3977706ac3 Mon Sep 17 00:00:00 2001 From: Alexandre Date: Tue, 28 Jan 2025 23:02:18 +0100 Subject: [PATCH] Changed the end to pass the Github build --- main.go | 4 ---- 1 file changed, 4 deletions(-) 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() -}