Compare commits
2 Commits
628967f297
...
430cbc6f43
Author | SHA1 | Date | |
---|---|---|---|
430cbc6f43 | |||
d089d4dd00 |
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user