EncodeFlags influence the formatting of strings and identifiers.
| 44 | |
| 45 | // EncodeFlags influence the formatting of strings and identifiers. |
| 46 | type EncodeFlags int |
| 47 | |
| 48 | // HasFlags tests whether the given flags are set. |
| 49 | func (f EncodeFlags) HasFlags(subset EncodeFlags) bool { |