EncodeFlags influence the formatting of strings and identifiers.
| 57 | |
| 58 | // EncodeFlags influence the formatting of strings and identifiers. |
| 59 | type EncodeFlags int |
| 60 | |
| 61 | // HasFlags tests whether the given flags are set. |
| 62 | func (f EncodeFlags) HasFlags(subset EncodeFlags) bool { |