diff --git a/main.go b/main.go index 239d0e4..d9fd52f 100644 --- a/main.go +++ b/main.go @@ -15,16 +15,6 @@ import ( "golang.org/x/sync/errgroup" ) -func checkInput(token, message string) { - if len(token) == 0 { - gorush.LogError.Fatal("Missing token flag (-t)") - } - - if len(message) == 0 { - gorush.LogError.Fatal("Missing message flag (-m)") - } -} - func main() { opts := config.ConfYaml{}