go/src/log/slog/handler_test.go

func TestDefaultHandle(t *testing.T) {}

func TestConcurrentWrites(t *testing.T) {}

// Verify the common parts of TextHandler and JSONHandler.
func TestJSONAndTextHandlers(t *testing.T) {}

// removeKeys returns a function suitable for HandlerOptions.ReplaceAttr
// that removes all Attrs with the given keys.
func removeKeys(keys ...string) func([]string, Attr) Attr {}

func upperCaseKey(_ []string, a Attr) Attr {}

type logValueName

func (n logValueName) LogValue() Value {}

func TestHandlerEnabled(t *testing.T) {}

func TestSecondWith(t *testing.T) {}

func TestReplaceAttrGroups(t *testing.T) {}

const rfc3339Millis

func TestWriteTimeRFC3339(t *testing.T) {}

func BenchmarkWriteTime(b *testing.B) {}