This package is designed to enhance Go's built-in http file server function and provide additional features.
Go to file
Your Name e1abbb6f33 Disable cache for directory listings 2018-09-02 19:25:55 +00:00
example example fixes 2018-08-24 13:10:48 +00:00
.gitignore Initial import 2018-08-24 13:01:44 +00:00
README.md Initial import 2018-08-24 13:01:44 +00:00
enhanced-file-server.go Disable cache for directory listings 2018-09-02 19:25:55 +00:00

README.md

enhanced-sile-server

This package is designed to enhance Go's built-in http file server function and provide additional features.

Where the native function's file listing was just an alphabetical set of files, this one adds file size, date, owner/group, and sorting capability.

This should be a drop-in replacement and is largely based on the original function.