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:
parent
757303245d
commit
8b4af583fd
1 changed files with 0 additions and 1 deletions
|
@ -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, "/")
|
||||
|
|
Loading…
Add table
Reference in a new issue