From b51810823bb004cd263447a0786fc6e82b4cee92 Mon Sep 17 00:00:00 2001 From: jienfak Date: Wed, 30 Oct 2019 05:01:12 +0500 Subject: [PATCH] main.go: Deleted excess condition. --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index 5e997c6..22506a2 100644 --- a/main.go +++ b/main.go @@ -26,7 +26,7 @@ func main() { utilName = binBase args = os.Args[:] } else { - if len(os.Args)<2 && binBase=="goblin" { + if len(os.Args)<2 { for k, _ := range utilsMap { fmt.Printf("%s\n", k) }