add import for example

This commit is contained in:
一零村长 2017-02-24 11:58:06 +08:00 committed by GitHub
parent 7f4b1adc79
commit 96acd6ab04
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 package main
import ( import (
"os"
"github.com/Sirupsen/logrus" "github.com/Sirupsen/logrus"
) )