have reports whether we have a stringSet.
()
| 732 | |
| 733 | // have reports whether we have a stringSet. |
| 734 | func (s stringSet) have() bool { |
| 735 | return s != nil |
| 736 | } |
| 737 | |
| 738 | // contains reports whether s contains str. |
| 739 | func (s stringSet) contains(str string) bool { |