Initial commit

Includes:
SCG parser
MTG cards search
This commit is contained in:
Artyom Belousov 2019-05-10 14:59:37 +03:00
commit 1af9226764
8 changed files with 181 additions and 0 deletions

6
cardsinfo/structs.go Normal file
View file

@ -0,0 +1,6 @@
package cardsinfo
type CardPrice struct {
Name string
Price float64
}