()
| 2015 | } |
| 2016 | |
| 2017 | func (k ctxKey) String() string { |
| 2018 | return "context value " + k.name |
| 2019 | } |
| 2020 | |
| 2021 | func BenchmarkMux(b *testing.B) { |
| 2022 | h1 := http.HandlerFunc(func(w http.ResponseWriter, r *http.Request) {}) |
no outgoing calls
no test coverage detected