We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b51ca2 commit 89b2e8aCopy full SHA for 89b2e8a
docs/file_logger.md
@@ -15,7 +15,7 @@ This library extends your logging capabilities by adding a file-based logger to
15
Import the logger package into your project:
16
17
```go
18
-import "your_project/file" // Replace with the correct import path
+import "github.com/getevo/evo/v2/lib/log/file" // Replace with the correct import path
19
import "github.com/getevo/evo/v2/lib/log"
20
```
21
0 commit comments