Fixed bug with Reader exhaustion

This commit is contained in:
Artyom Belousov 2021-02-07 16:21:21 +03:00
parent d8a295be75
commit 425f0fd56d
6 changed files with 18 additions and 42 deletions

View file

@ -1,7 +1,5 @@
package cardsinfo
import "io"
type Fetcher struct {
Dict io.Reader
Dict map[string]string
}