Skip to content

Commit 89b2e8a

Browse files
committed
logger docs
1 parent 1b51ca2 commit 89b2e8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/file_logger.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ This library extends your logging capabilities by adding a file-based logger to
1515
Import the logger package into your project:
1616

1717
```go
18-
import "your_project/file" // Replace with the correct import path
18+
import "github.com/getevo/evo/v2/lib/log/file" // Replace with the correct import path
1919
import "github.com/getevo/evo/v2/lib/log"
2020
```
2121

0 commit comments

Comments
 (0)