update purpose

This commit is contained in:
Caleb Vorderbruggen 2023-02-02 22:55:58 -05:00
parent d089d4dd00
commit 430cbc6f43
Signed by: night
GPG Key ID: EC006E1AD7E50959
2 changed files with 2 additions and 3 deletions

View File

@ -1,6 +1,6 @@
# Handler
Provides simple HTTP file server; Its so simple to do with golang; looks like nobody bothers to provide a ready-to-download package to actually do it.
Provides simple HTTP file server
## Installation

View File

@ -1,10 +1,9 @@
/*
Project: Handler
Purpose: Provide simple HTTP file server; Its so simple to do with golang; looks like nobody bothers to provide a ready-to-download package to actually do it.
Purpose: Provide simple HTTP file server
Author: Caleb Vorderbruggen <calebvorderbruggen@thirdage.dev>
*/
package main