mtg-price-bot/cardsinfo/structs.go
2019-05-11 19:00:58 +03:00

8 lines
110 B
Go

package cardsinfo
type CardPrice struct {
Name string
Price float64
Link string
Edition string
}