Remove useless internal package.

This commit is contained in:
zicla
2019-04-25 16:59:21 +08:00
parent b076a43f30
commit ff91e2aa38
7 changed files with 48 additions and 48 deletions

View File

@ -1,13 +1,14 @@
package rest
import (
"encoding/xml"
"fmt"
"net/http"
"net/url"
"regexp"
"strings"
"tank/rest/dav"
"tank/rest/dav/xml"
)
/**