9 lines
202 B
Markdown
9 lines
202 B
Markdown
|
# Simple File Server
|
||
|
|
||
|
A single binary, running the [built-in Go file
|
||
|
server](https://golang.org/pkg/net/http/#FileServer).
|
||
|
|
||
|
No other features. No other security holes.
|
||
|
|
||
|
Does not serve index.html files.
|