2
0

Fixed import in example test to use gopkg.in.

This commit is contained in:
Matt Silverlock
2015-05-11 19:22:48 +08:00
parent d28785c2f2
commit 894827f8df
+1 -1
View File
@@ -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