Compare commits

...

1 Commits

Author SHA1 Message Date
Jacob Windle 5c4ea83ad8 Librarify my code - for future modules. 2020-01-21 19:21:03 -05:00
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"