package main import ( "fileserver/cli" ) // The entry point of the application. func main() { cli.Init() }