Skip to content

Commit

Permalink
trivial debug statement in cmd/main.go
Browse files Browse the repository at this point in the history
  • Loading branch information
elrayle committed Jun 4, 2024
1 parent c1ea9bc commit 4258c8f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ func main() {
os.Exit(1)
}
fmt.Println("Done!")
fmt.Println("---------------------------")
}
default:
writeHelpMessage()
Expand Down

0 comments on commit 4258c8f

Please sign in to comment.