2
0

Merge pull request #11 from elithrar/v2.0

Fixed import in example test to use gopkg.in.
This commit is contained in:
Nate Finch
2015-05-11 21:35:10 -04:00
+1 -1
View File
@@ -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