mirror of
https://github.com/d0zingcat/gocryptotrader.git
synced 2026-06-04 15:10:54 +00:00
Formatting, linter and test for portfolio
This commit is contained in:
committed by
Adrian Gallagher
parent
3e4fb1660d
commit
f11f83fe50
@@ -48,7 +48,7 @@ func main() {
|
||||
log.Fatal("File isn't in JSON format")
|
||||
}
|
||||
|
||||
port := portfolio.PortfolioBase{}
|
||||
port := portfolio.Base{}
|
||||
port.SeedPortfolio(cfg.Portfolio)
|
||||
result := port.GetPortfolioSummary("")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user