Initial commit
Includes: SCG parser MTG cards search
This commit is contained in:
commit
1af9226764
8 changed files with 181 additions and 0 deletions
6
cardsinfo/structs.go
Normal file
6
cardsinfo/structs.go
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
package cardsinfo
|
||||
|
||||
type CardPrice struct {
|
||||
Name string
|
||||
Price float64
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue