Merge pull request #494 from esap/patch-1

add import for example
This commit is contained in:
Simon Eskildsen 2017-03-15 11:12:54 -04:00 committed by GitHub
commit 634aa8bc0a
1 changed files with 1 additions and 0 deletions

View File

@ -130,6 +130,7 @@ application, you can also create an instance of the `logrus` Logger:
package main
import (
"os"
"github.com/Sirupsen/logrus"
)