Compare commits

..

1 Commits

3 changed files with 11 additions and 2 deletions

View File

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

9
main.go Normal file
View File

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

View File

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