...
This commit is contained in:
parent
801cf0d0d0
commit
3545aae018
2 changed files with 4 additions and 0 deletions
|
@ -92,6 +92,7 @@ func (c *Context) Scan(v any) bool {
|
|||
return false
|
||||
}
|
||||
}
|
||||
|
||||
err := c.dec.Decode(v)
|
||||
if err != nil {
|
||||
if err != io.EOF {
|
||||
|
|
3
scan.go
Normal file
3
scan.go
Normal file
|
@ -0,0 +1,3 @@
|
|||
package bond
|
||||
|
||||
|
Loading…
Reference in a new issue