Add missing handler functions
This commit is contained in:
parent
a778ffdd33
commit
7b7995dcab
4
main.go
4
main.go
|
@ -253,6 +253,10 @@ func pasteHandler(w http.ResponseWriter, r *http.Request) {
|
|||
}
|
||||
}
|
||||
|
||||
func cloneHandler(w http.ResponseWriter, r *http.Request) {
|
||||
}
|
||||
func downloadHandler(w http.ResponseWriter, r *http.Request) {
|
||||
}
|
||||
func rawHandler(w http.ResponseWriter, r *http.Request) {
|
||||
vars := mux.Vars(r)
|
||||
paste := vars["pasteId"]
|
||||
|
|
Loading…
Reference in New Issue