Remove setup function call

This commit is contained in:
Eliot Whalan 2016-06-27 08:11:24 +10:00
parent c99d8aaf80
commit b0d76a12b7
No known key found for this signature in database
GPG Key ID: C0A42175139840D6
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)