Files
webdav/main.go

10 lines
93 B
Go

package main
import (
"github.com/hacdias/webdav/v5/cmd"
)
func main() {
cmd.Execute()
}