cleanup bool usage
This commit is contained in:
parent
15bb58980a
commit
66aa82f8a8
4 changed files with 6 additions and 6 deletions
|
|
@ -34,7 +34,7 @@ func main() {
|
|||
|
||||
// handle -help
|
||||
|
||||
if *help_flag_ptr == true {
|
||||
if *help_flag_ptr {
|
||||
flag.PrintDefaults()
|
||||
return
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue