Is there no XOR operator for booleans in golang?
I was trying to do something like b1^b2 but it said it wasn't defined for booleans.
b1^b2