mirror of https://github.com/sirupsen/logrus.git
7 lines
186 B
Go
7 lines
186 B
Go
|
/*
|
||
|
Package logrus is a structured logger for Go, completely API compatible with the standard library logger.
|
||
|
|
||
|
For a full guide visit https://github.com/Sirupsen/logrus
|
||
|
*/
|
||
|
package logrus
|