carddav: simplify variable names

This commit is contained in:
Simon Ser
2020-01-21 21:04:19 +01:00
parent ffc628aed9
commit 45774fe572
2 changed files with 10 additions and 10 deletions

View File

@@ -5,9 +5,9 @@ import (
"io"
"mime"
"net/http"
"net/url"
"os"
"path"
"net/url"
"github.com/emersion/go-webdav/internal"
)