Updated readme

This commit is contained in:
Your Name 2018-09-02 22:16:46 +00:00
parent dbb3fc7743
commit 6abbcf4acb
1 changed files with 2 additions and 1 deletions

View File

@ -4,4 +4,5 @@ This package is designed to enhance Go's built-in http file server function and
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.
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.