Added href parsing

This commit is contained in:
Artyom Belousov 2019-05-11 19:00:58 +03:00
parent 738142f27f
commit c0f781fc7a
6 changed files with 78 additions and 7 deletions

View file

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