filebrowser/main.go

10 lines
102 B
Go

package main
import (
"github.com/filebrowser/filebrowser/v2/cmd"
)
func main() {
cmd.Execute()
}