()
| 80 | } |
| 81 | |
| 82 | func (f spewFunc) String() string { |
| 83 | if s, ok := spewFuncStrings[f]; ok { |
| 84 | return s |
| 85 | } |
| 86 | return fmt.Sprintf("Unknown spewFunc (%d)", int(f)) |
| 87 | } |
| 88 | |
| 89 | // spewTest is used to describe a test to be performed against the public |
| 90 | // functions of the spew package or ConfigState. |