README ¶ Go File Server A simple server with web UI, which serves files under a directory and is written in Go. Install go get github.com/plan97/gofileserver/cmd/runfs Usage After installing, run the following to check on usage. runfs --help Expand ▾ Collapse ▴ Documentation ¶ Index ¶ func Setup(conf *config.Config) (router *gin.Engine, err error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Setup ¶ added in v0.3.0 func Setup(conf *config.Config) (router *gin.Engine, err error) Setup the router using the provided configuration. Types ¶ This section is empty. Source Files ¶ View all Source files router.go Directories ¶ Show internal Expand all Path Synopsis cmd runfs config handlers Click to show internal directories. Click to hide internal directories.