# README
httplog
HTTP logger for Golang's net/http
Installation
go get -u github.com/dundunlabs/httplog
Usage
package main
import (
"net/http"
"github.com/dundunlabs/httplog"
)
func main() {
handler := httplog.NewHandler(http.DefaultServeMux)
http.ListenAndServe(":8080", handler)
}
License
Enjoy your coding 🚀
# Functions
No description provided by the author
No description provided by the author
No description provided by the author
# Variables
No description provided by the author
No description provided by the author
# Type aliases
No description provided by the author