Remove unused function/file

This commit is contained in:
Adrian Gallagher
2017-04-07 16:10:35 +10:00
parent f6efa9ee37
commit 145e74fbac

View File

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