mirror of
https://github.com/nbd-wtf/go-nostr.git
synced 2025-11-18 18:16:50 +01:00
depressing sonic json decoder implementation, breakingly force COUNT to use a single filter, reorganize envelope tests.
This commit is contained in:
@@ -42,3 +42,5 @@ func TestSubIdExtract(t *testing.T) {
|
||||
require.Equal(t, "xxz", extractSubID(data))
|
||||
}
|
||||
}
|
||||
|
||||
func ptr[S any](s S) *S { return &s }
|
||||
|
||||
Reference in New Issue
Block a user