A few benchmarks for figuring out exactly how fast some underlying Go things are.
| 15 | // things are. |
| 16 | |
| 17 | type testError struct{} |
| 18 | |
| 19 | func (t *testError) Error() string { return "abc" } |
| 20 |
nothing calls this directly
no outgoing calls
no test coverage detected