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