This commit is contained in:
Andrey Parhomenko 2024-03-13 22:58:02 +05:00
parent 801cf0d0d0
commit 3545aae018
2 changed files with 4 additions and 0 deletions

View file

@ -92,6 +92,7 @@ func (c *Context) Scan(v any) bool {
return false return false
} }
} }
err := c.dec.Decode(v) err := c.dec.Decode(v)
if err != nil { if err != nil {
if err != io.EOF { if err != io.EOF {

3
scan.go Normal file
View file

@ -0,0 +1,3 @@
package bond