package main func main() { // Load our environment variables var api AllyApi api.Initialize() api.MarketQuotes("FEYE", "IBM") }