From f62508fc843bb81df2353d4f0a2803ec0f7f29f4 Mon Sep 17 00:00:00 2001 From: Kent Ross Date: Mon, 18 Mar 2024 20:11:09 -0700 Subject: [PATCH] delete obsolete comment --- emit.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/emit.go b/emit.go index cedc0be..427c98f 100644 --- a/emit.go +++ b/emit.go @@ -32,8 +32,6 @@ type Emitter interface { Reset(io.Writer) } -// emitter implements a JSON emitter that satisfies the objconv.Emitter -// interface. type emitter struct { w io.Writer s []byte