Skip to content

Commit 1b22fb2

Browse files
authored
lestrrat-go -> iproj (kataras#1908)
There're some bugs in lestrrat-go Detail: iproj/file-rotatelogs#1
1 parent a794ee0 commit 1b22fb2

File tree

1 file changed

+1
-1
lines changed
  • _examples/logging/request-logger/accesslog

1 file changed

+1
-1
lines changed

_examples/logging/request-logger/accesslog/main.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import (
1010
"github.com/kataras/iris/v12/middleware/requestid"
1111
"github.com/kataras/iris/v12/sessions"
1212

13-
rotatelogs "github.com/lestrrat-go/file-rotatelogs"
13+
rotatelogs "github.com/iproj/file-rotatelogs"
1414
)
1515

1616
// Default line format:

0 commit comments

Comments
 (0)