Added reportcard and godoc

This commit is contained in:
Tracker-Friendly 2024-10-25 20:43:49 +01:00
parent 0a33174c0f
commit d27d8f7f92
1 changed files with 2 additions and 0 deletions

View File

@ -2,6 +2,8 @@
This is a simple HTTP server meant to emulate python's SimpleHTTPServer module.
[![Go Report Card](https://goreportcard.com/badge/git.ailur.dev/ailur/httpserver)](https://goreportcard.com/report/git.ailur.dev/ailur/httpserver) [![Go Reference](https://pkg.go.dev/badge/git.ailur.dev/ailur/httpserver.svg)](https://pkg.go.dev/git.ailur.dev/ailur/httpserver)
## Usage
```httpserver [-h] [--cgi] [-b ADDRESS] [-d DIRECTORY] [-p VERSION] [port]```