AddAll returns a fieldSet combining the other fieldSet.
(other fieldSet)
| 88 | |
| 89 | // AddAll returns a fieldSet combining the other fieldSet. |
| 90 | func (s fieldSet) AddAll(other fieldSet) fieldSet { |
| 91 | return s | other |
| 92 | } |
| 93 | |
| 94 | // Clear removes the field from the set. It is not an error to |
| 95 | // clear a field which is not set. |
no outgoing calls
no test coverage detected