Compare commits
No commits in common. "430cbc6f43350011483458db2b0cb5a5e2b8c9da" and "628967f2971d969d9b81cbcd209b719d6bfd2e61" have entirely different histories.
430cbc6f43
...
628967f297
@ -1,6 +1,6 @@
|
|||||||
# Handler
|
# 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
|
## Installation
|
||||||
|
|
||||||
|
2
go.mod
2
go.mod
@ -1,3 +1,3 @@
|
|||||||
module git.thirdage.dev/night/handler
|
module git.thirdage.dev/night/handler
|
||||||
|
|
||||||
go 1.20
|
go 1.18
|
||||||
|
@ -1,9 +1,10 @@
|
|||||||
/*
|
/*
|
||||||
Project: Handler
|
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>
|
Author: Caleb Vorderbruggen <calebvorderbruggen@thirdage.dev>
|
||||||
|
|
||||||
*/
|
*/
|
||||||
package main
|
package main
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user