filebrowser/backend/main.go

10 lines
100 B
Go

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