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
+1 -1
View File
@@ -1,4 +1,4 @@
package main package allyinvest
import ( import (
"encoding/xml" "encoding/xml"
-9
View File
@@ -1,9 +0,0 @@
package main
func main() {
// Load our environment variables
var api AllyApi
api.Initialize()
api.MarketQuotes("FEYE", "IBM")
}
+1 -1
View File
@@ -1,4 +1,4 @@
package main package allyinvest
import ( import (
"encoding/xml" "encoding/xml"