added first implementation of position list
This commit is contained in:
@@ -83,7 +83,7 @@ func getStockCurrency(stock string) (string, error) {
|
||||
}
|
||||
|
||||
// Parse the JSON response
|
||||
var resp model.YahooChartResponse
|
||||
var resp util.YahooChartResponse
|
||||
err = json.Unmarshal([]byte(data), &resp)
|
||||
if err != nil {
|
||||
return "", err
|
||||
|
||||
Reference in New Issue
Block a user