Added href parsing
This commit is contained in:
parent
738142f27f
commit
c0f781fc7a
6 changed files with 78 additions and 7 deletions
|
|
@ -1,6 +1,8 @@
|
|||
package cardsinfo
|
||||
|
||||
type CardPrice struct {
|
||||
Name string
|
||||
Price float64
|
||||
Name string
|
||||
Price float64
|
||||
Link string
|
||||
Edition string
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue