enhancedfileserver/README.md

8 lines
477 B
Markdown
Raw Normal View History

2018-08-24 11:57:26 +00:00
# enhanced-sile-server
2018-08-24 13:01:44 +00:00
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.
2018-09-02 22:16:46 +00:00
This should be a drop-in replacement and is largely based on the original code. See the included example for a simple use,
or https://gitto.work/shortcut/httphere for something more practical.