pointer easyjson un/marshalers.

This commit is contained in:
fiatjaf
2025-04-21 09:27:36 -03:00
parent 3d595039cc
commit 62e962454e
4 changed files with 373 additions and 26 deletions

View File

@@ -3,18 +3,10 @@ package nostr
import (
"encoding/hex"
easyjson "github.com/mailru/easyjson"
jlexer "github.com/mailru/easyjson/jlexer"
jwriter "github.com/mailru/easyjson/jwriter"
)
// suppress unused package warning
var (
_ *jlexer.Lexer
_ *jwriter.Writer
_ easyjson.Marshaler
)
func easyjsonF642ad3eDecodeGithubComNbdWtfGoNostr(in *jlexer.Lexer, out *Event) {
isTopLevel := in.IsStart()
if in.IsNull() {