Merge pull request #11 from elithrar/v2.0
Fixed import in example test to use gopkg.in.
This commit is contained in:
+1
-1
@@ -3,7 +3,7 @@ package lumberjack_test
|
|||||||
import (
|
import (
|
||||||
"log"
|
"log"
|
||||||
|
|
||||||
"github.com/natefinch/lumberjack"
|
"gopkg.in/natefinch/lumberjack.v2"
|
||||||
)
|
)
|
||||||
|
|
||||||
// To use lumberjack with the standard library's log package, just pass it into
|
// To use lumberjack with the standard library's log package, just pass it into
|
||||||
|
|||||||
Reference in New Issue
Block a user