Remove unused function (#268)
This commit is contained in:
parent
ced4b6e97b
commit
5d67fc7d17
10
main.go
10
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{}
|
||||
|
||||
|
|
Loading…
Reference in New Issue