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