mirror of
https://github.com/johnkerl/miller.git
synced 2026-01-23 02:14:13 +00:00
parent
047cb4bc28
commit
cc8a3c4b4e
17 changed files with 22 additions and 22 deletions
|
|
@ -14,7 +14,7 @@ func BooleanXOR(a, b bool) bool {
|
|||
}
|
||||
|
||||
func BoolToInt(b bool) int64 {
|
||||
if b == false {
|
||||
if !b {
|
||||
return 0
|
||||
} else {
|
||||
return 1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue