Files
filebrowser/main.go
T

10 lines
102 B
Go
Raw Normal View History

2019-01-05 22:44:33 +00:00
package main
import (
"github.com/filebrowser/filebrowser/v2/cmd"
)
func main() {
cmd.Execute()
}