mtg-price-bot/cardsinfo/structs.go
Artyom Belousov 1af9226764 Initial commit
Includes:
SCG parser
MTG cards search
2019-05-10 14:59:37 +03:00

6 lines
74 B
Go

package cardsinfo
type CardPrice struct {
Name string
Price float64
}