1
0
Fork 0
mirror of https://github.com/restic/restic.git synced 2025-03-16 00:00:05 +01:00

removed dependency to gorilla mux

This commit is contained in:
Chapuis Bertil 2015-09-16 16:05:09 +02:00
parent 757303245d
commit 8b4af583fd

View file

@ -65,7 +65,6 @@ func TestRestBackend(t *testing.T) {
})
for _, dir := range dirs {
r.HandleFunc("/"+dir+"/", func(w http.ResponseWriter, r *http.Request) {
method := r.Method
vars := strings.Split(r.RequestURI, "/")