Compare commits
No commits in common. "430cbc6f43350011483458db2b0cb5a5e2b8c9da" and "628967f2971d969d9b81cbcd209b719d6bfd2e61" have entirely different histories.
430cbc6f43
...
628967f297
@ -1,6 +1,6 @@
|
||||
# Handler
|
||||
|
||||
Provides simple HTTP file server
|
||||
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.
|
||||
|
||||
## Installation
|
||||
|
||||
|
@ -1,9 +1,10 @@
|
||||
/*
|
||||
Project: Handler
|
||||
|
||||
Purpose: Provide simple HTTP file server
|
||||
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.
|
||||
|
||||
Author: Caleb Vorderbruggen <calebvorderbruggen@thirdage.dev>
|
||||
|
||||
*/
|
||||
package main
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user