fix import for command line tool

This commit is contained in:
vitalii 2018-12-30 13:17:58 +02:00 committed by mrvine
parent 4d70d7ea28
commit 6c32839dbd

View File

@ -4,7 +4,7 @@ import (
"errors"
"flag"
"fmt"
d "github.com/mrvine/gowebdav"
d "github.com/studio-b12/gowebdav"
"io"
"os"
"os/user"