mirror of
https://github.com/d0zingcat/gocryptotrader.git
synced 2026-05-18 15:10:03 +00:00
19 lines
453 B
Cheetah
19 lines
453 B
Cheetah
{{define "tools portfolio" -}}
|
|
{{template "header" .}}
|
|
## Portfolio Retrievement Tool
|
|
|
|
### Current Features
|
|
|
|
+ Fetches portfolio details
|
|
|
|
Example:
|
|
```bash
|
|
cd $GOPATH/src/github.com/thrasher-corp/gocryptotrader/tools/portfolio/
|
|
go run portfolio.go -infile path/to/config.json -key AESDecryptionKey
|
|
```
|
|
|
|
### Please click GoDocs chevron above to view current GoDoc information for this package
|
|
{{template "contributions"}}
|
|
{{template "donations"}}
|
|
{{end}}
|