filebrowser/cli/main.go

8 lines
98 B
Go

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