From 3f59916abe32d80b1bd14af106a9ffa1f3b5ae25 Mon Sep 17 00:00:00 2001 From: a Date: Sun, 25 May 2025 00:47:02 -0500 Subject: [PATCH] noot --- nori.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nori.go b/nori.go index 9c7dbb0..f6830c1 100644 --- a/nori.go +++ b/nori.go @@ -20,7 +20,7 @@ type Nori struct { lastSignature [4]byte } -func (n *Nori) Decode(r io.Reader) error { +func (n *Nori) Decode(r io.ReadSeeker) error { rd := reflectReader(r) n.Gawi = &GawiSection{} if _, err := io.ReadFull(rd, n.lastSignature[:]); err != nil {