Librarify my code - for future modules.

market-api-calls
Jacob Windle 2020-01-21 19:21:03 -05:00
parent 466b69d3a7
commit 5c4ea83ad8
3 changed files with 2 additions and 11 deletions

View File

@ -1,4 +1,4 @@
package main
package allyinvest
import (
"encoding/xml"

View File

@ -1,9 +0,0 @@
package main
func main() {
// Load our environment variables
var api AllyApi
api.Initialize()
api.MarketQuotes("FEYE", "IBM")
}

View File

@ -1,4 +1,4 @@
package main
package allyinvest
import (
"encoding/xml"