single card view

This commit is contained in:
Florian Baumann 2022-01-07 13:09:24 +01:00
parent a4fd256c2e
commit 3d85e9c7b4

View File

@ -60,7 +60,7 @@ func show_card_details(card *Card) error {
fmt.Printf(" History:\n")
for _, e := range card.SerraPrices {
fmt.Printf(" * %s %.2f EUR\n", stringToTime(e.Date), e.Value)
}
fmt.Println()
return nil
}