()
| 20 | var l = slog.Make(sloghuman.Sink(os.Stdout)) |
| 21 | |
| 22 | func ExampleHelper() { |
| 23 | ctx := context.Background() |
| 24 | httpLogHelper(ctx, http.StatusBadGateway) |
| 25 | |
| 26 | // 2019-12-07 21:18:42.567 [INFO] <example_helper_test.go:24> sending HTTP response {"status": 502} |
| 27 | } |
nothing calls this directly
no test coverage detected