type Protinfo … // String returns a list of enabled flags func (prot *Protinfo) String() string { … } func boolToByte(x bool) []byte { … } func byteToBool(x byte) bool { … }
type Protinfo … // String returns a list of enabled flags func (prot *Protinfo) String() string { … } func boolToByte(x bool) []byte { … } func byteToBool(x byte) bool { … }