@jub0bs how is + on bool a breaking change? That _adding_ to the language? (sorry for asking here, don't think that github thread is the correct place)

#golang

@miekg Well, if bool also started supporting the + operator, my proposal would not constitute a breaking change. But I'm not sure Go should go that way, even some less strongly-typed languages have no qualms about it.
@jub0bs @miekg Clearly, the mistake was making string support +.
Given that it is not a commutative operation, concatenation should have been •
/j