| 203 | var stringer = reflect.TypeOf((*fmt.Stringer)(nil)).Elem() |
| 204 | |
| 205 | type StringerPatcher struct{} |
| 206 | |
| 207 | func (*StringerPatcher) Visit(node *ast.Node) { |
| 208 | t := (*node).Type() |
nothing calls this directly
no outgoing calls
no test coverage detected