11 lines
111 B
Go
11 lines
111 B
Go
package main
|
|
|
|
import (
|
|
"fileserver/cli"
|
|
)
|
|
|
|
// The entry point of the application.
|
|
func main() {
|
|
cli.Init()
|
|
}
|