Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
When calling flag.Bool(), we note that it returns a bool pointer (`*bool`), instead of bool value (`bool`). As such, let's make sure that we de-reference *bool -> bool before performing operations against it.
- Loading branch information