fix(BREAKING): rename webdav/ --> lib/ (#36)

License: MIT
Signed-off-by: Henrique Dias <[email protected]>
This commit is contained in:
Henrique Dias
2019-11-10 11:30:45 +00:00
committed by GitHub
parent 3ef86e8a7f
commit 72d8e39927
7 changed files with 32 additions and 30 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ package main
import (
"runtime"
"github.com/hacdias/webdav/v2/cmd"
"github.com/hacdias/webdav/v3/cmd"
)
func main() {