Skip to content

Commit

Permalink
Run gofmt
Browse files Browse the repository at this point in the history
  • Loading branch information
dearchap committed Sep 6, 2022
1 parent 1047a33 commit b75c1aa
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions flag_bool.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,11 @@ import (

// boolValue needs to implement the boolFlag internal interface in flag
// to be able to capture bool fields and values
// type boolFlag interface {
// Value
// IsBoolFlag() bool
// }
//
// type boolFlag interface {
// Value
// IsBoolFlag() bool
// }
type boolValue struct {
destination *bool
count *int
Expand Down

0 comments on commit b75c1aa

Please sign in to comment.