Skip to content

Commit

Permalink
logger docs
Browse files Browse the repository at this point in the history
  • Loading branch information
iesreza committed Dec 17, 2024
1 parent 1b51ca2 commit 89b2e8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/file_logger.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ This library extends your logging capabilities by adding a file-based logger to
Import the logger package into your project:

```go
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
import "github.com/getevo/evo/v2/lib/log"
```

Expand Down

0 comments on commit 89b2e8a

Please sign in to comment.