| 1724 | var stringer = reflect.TypeOf((*fmt.Stringer)(nil)).Elem() |
| 1725 | |
| 1726 | type stringerPatcher struct{} |
| 1727 | |
| 1728 | func (p *stringerPatcher) Visit(node *ast.Node) { |
| 1729 | t := (*node).Type() |
nothing calls this directly
no outgoing calls
no test coverage detected