webdav-server/main.go
Mohammed Al Sahaf 8a8650d9b2
feat: introduce structured, field logging (#87)
* feat: introduce structured, field logging

The logging is currently minimal and only for initial message of listening and user login attempts

* chore: major version upgarde

there was a breaking API change in 8cd6d0a585 for which the git tag was v4.0.0 but the Go SIV was missed. This commit updates the SIV and retracts the defective version of v4.1.0.
2021-10-19 17:45:54 +00:00

9 lines
93 B
Go

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