mtg-price-bot/internal/cardsinfo/fetcher.go
2021-02-07 16:21:21 +03:00

5 lines
67 B
Go

package cardsinfo
type Fetcher struct {
Dict map[string]string
}