Yiyang Kang ce1b711f84 | ||
---|---|---|
.gitignore | ||
Makefile | ||
README.md | ||
go.mod | ||
go.sum | ||
main.go |
README.md
httpserve
A very simple HTTP server that might come in handy from time to time.
The only thing it does is serving static files in the current directory.
Usage
httpserve [port_number]
The default port number is 3000
.