Categorygithub.com/stensonb/fileserver
modulepackage
0.2.0
Repository: https://github.com/stensonb/fileserver.git
Documentation: pkg.go.dev

# README

fileserver

To see all options, try:

./fileserver -h

releasing a new version

$ git tag vX.X.X -m "release message here"
$ ./scripts/release.sh

todo

  • use chi/docgen to document all valid calls?
  • tests

# Packages

No description provided by the author

# Functions

FileServer conveniently sets up a http.FileServer handler to serve static files from a http.FileSystem.

# Structs

No description provided by the author