daa

Results 11 issues of daa

Encoder doesn't set boolean data type in the buffer when the value being encoded is false: https://github.com/negasus/haproxy-spoe-go/blob/9a8c9fb7e70ae4fc3db768cdaaf84a1ff3210e84/typeddata/typeddata.go#L51-L57 False value should be ``0x01``, not ``0x10`` as it's set currently.