| 181 | } |
| 182 | |
| 183 | type staticValueSource struct { |
| 184 | v string |
| 185 | } |
| 186 | |
| 187 | func (svs *staticValueSource) GoString() string { |
| 188 | return fmt.Sprintf("&staticValueSource{v:%[1]q}", svs.v) |
nothing calls this directly
no outgoing calls
no test coverage detected