single card view
This commit is contained in:
parent
a4fd256c2e
commit
3d85e9c7b4
@ -60,7 +60,7 @@ func show_card_details(card *Card) error {
|
|||||||
fmt.Printf(" History:\n")
|
fmt.Printf(" History:\n")
|
||||||
for _, e := range card.SerraPrices {
|
for _, e := range card.SerraPrices {
|
||||||
fmt.Printf(" * %s %.2f EUR\n", stringToTime(e.Date), e.Value)
|
fmt.Printf(" * %s %.2f EUR\n", stringToTime(e.Date), e.Value)
|
||||||
|
|
||||||
}
|
}
|
||||||
|
fmt.Println()
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user