removed useless line from readme

This commit is contained in:
Marianne Feng 2017-11-06 16:28:37 -08:00
parent 639325f81a
commit 10d6a5b427
1 changed files with 0 additions and 2 deletions

View File

@ -1,7 +1,5 @@
# Logrus <img src="http://i.imgur.com/hTeVwmJ.png" width="40" height="40" alt=":walrus:" class="emoji" title=":walrus:"/>&nbsp;[![Build Status](https://travis-ci.org/sirupsen/logrus.svg?branch=master)](https://travis-ci.org/sirupsen/logrus)&nbsp;[![GoDoc](https://godoc.org/github.com/sirupsen/logrus?status.svg)](https://godoc.org/github.com/sirupsen/logrus)
**this is an exact clone of the Logrus repo [here](https://github.com/sirupsen/logrus), the only change that has been made is json formatter takes in a setting to pretty print json logs for easier debugging**
Logrus is a structured logger for Go (golang), completely API compatible with
the standard library logger.