We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Is it possible to make the EntryCaller output path relative to the project? Wrong example: D:/xxx/xxx/app/app.go:46 app/app.go:46
What I want is this: <project_root>/cmd/app/app.go:46 <project_root>/.../internal/server/server.go:46
Activity