Compare commits

..

No commits in common. "430cbc6f43350011483458db2b0cb5a5e2b8c9da" and "628967f2971d969d9b81cbcd209b719d6bfd2e61" have entirely different histories.

3 changed files with 4 additions and 3 deletions

View File

@ -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

2
go.mod
View File

@ -1,3 +1,3 @@
module git.thirdage.dev/night/handler
go 1.20
go 1.18

View File

@ -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