FmtFlags carries options for the pretty-printer.
| 23 | |
| 24 | // FmtFlags carries options for the pretty-printer. |
| 25 | type FmtFlags int |
| 26 | |
| 27 | // HasFlags tests whether the given flags are all set. |
| 28 | func (f FmtFlags) HasFlags(subset FmtFlags) bool { |
no outgoing calls
no test coverage detected