Categorygithub.com/plan97/gofileserver
modulepackage
0.3.3
Repository: https://github.com/plan97/gofileserver.git
Documentation: pkg.go.dev

# README

Go File Server

Go Reference

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

# Packages

No description provided by the author
Package config provides the necessary configurations for gofileserver.
Package handlers provides middlewares that are used to handle the API endpoints.

# Functions

Setup the router using the provided configuration.