Files
webdav/main.go
T

12 lines
138 B
Go

package main
import (
"github.com/hacdias/webdav/v5/cmd"
_ "golang.org/x/crypto/x509roots/fallback"
)
func main() {
cmd.Execute()
}