String is expvar.String+Get+hook
| 205 | |
| 206 | // String is expvar.String+Get+hook |
| 207 | type String struct { |
| 208 | mu sync.Mutex |
| 209 | s string |
| 210 | } |
| 211 | |
| 212 | // NewString returns a new String |
| 213 | func NewString(name string) *String { |
nothing calls this directly
no outgoing calls
no test coverage detected