Run gofmt

This commit is contained in:
Naveen Gogineni 2022-09-05 11:35:09 -04:00
parent 1047a3303c
commit b75c1aa07d

View File

@ -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