EncodeFlags influence the formatting of strings and identifiers.
| 24 | |
| 25 | // EncodeFlags influence the formatting of strings and identifiers. |
| 26 | type EncodeFlags int |
| 27 | |
| 28 | // HasFlags tests whether the given flags are set. |
| 29 | func (f EncodeFlags) HasFlags(subset EncodeFlags) bool { |