From 0153bca4619ce67f464261e00e9f23414307da0d Mon Sep 17 00:00:00 2001 From: Travis Keep Date: Fri, 4 Sep 2020 17:12:53 -0700 Subject: [PATCH] Update README.md --- README.md | 8 -------- 1 file changed, 8 deletions(-) diff --git a/README.md b/README.md index eeac94c..8cfcf65 100644 --- a/README.md +++ b/README.md @@ -12,19 +12,11 @@ be clearly marked as "draft" in the documentation. import "github.com/keep94/weblogs" -## Installing - - go get github.com/keep94/weblogs - ## Features If server panics before sending a response, weblogs automatically sends a 500 error to client and logs the panic. -## Online Documentation - -Online documentation available [here](http://godoc.org/github.com/keep94/weblogs). - ## Dependencies This package depends on [github.com/gorilla/context](http://github.com/gorilla/context).