SimpleFileServer/Main.go
Thorsten Sommer 3d7e638cc6 Initial
2018-09-13 15:30:32 +02:00

11 lines
111 B
Go

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