package main import ( "fmt" "net/http" ) func Index(w http.ResponseWriter, r *http.Request) { fmt.Fprintln(w, bot.exchanges[0].GetName()) }