Remove setup function call

This commit is contained in:
Eliot Whalan 2016-06-27 08:11:24 +10:00
parent 73bbfb2f14
commit f45c5396b7
1 changed files with 0 additions and 1 deletions

View File

@ -349,7 +349,6 @@ func rawHandler(w http.ResponseWriter, r *http.Request) {
}
func main() {
setup()
router := mux.NewRouter()
router.HandleFunc("/p/{pasteId}", pasteHandler)
router.HandleFunc("/raw/{pasteId}", rawHandler)