Compare commits
1 Commits
Author | SHA1 | Date | |
---|---|---|---|
55ac682d36 |
@ -68,6 +68,7 @@ func logic() error {
|
||||
}
|
||||
|
||||
func main() {
|
||||
flag.Parse()
|
||||
if err := logic(); err != nil {
|
||||
log.Fatal(err)
|
||||
}
|
||||
|
Reference in New Issue
Block a user