diff --git a/doc.go b/doc.go new file mode 100644 index 000000000..445dc5592 --- /dev/null +++ b/doc.go @@ -0,0 +1,6 @@ +/* +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