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