Compare commits

..

2 Commits

Author SHA1 Message Date
430cbc6f43
update purpose 2023-02-02 22:55:58 -05:00
d089d4dd00
update go version 2023-02-02 22:55:53 -05:00
3 changed files with 3 additions and 4 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

2
go.mod
View File

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

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