Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eduardgomezescandell/sloglint
A Go linter for bad slog calls
https://github.com/eduardgomezescandell/sloglint
Last synced: 27 days ago
JSON representation
A Go linter for bad slog calls
- Host: GitHub
- URL: https://github.com/eduardgomezescandell/sloglint
- Owner: EduardGomezEscandell
- Created: 2023-09-15T12:33:19.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-15T15:00:24.000Z (over 1 year ago)
- Last Synced: 2024-11-07T10:53:30.740Z (3 months ago)
- Language: Go
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This is a Work in progress.
Example usage:
```
$ go run .\cmd\main.go -- .\data\example.go
.\data\example.go:9:2: function call to 'slog.Info': last key has no associated value.
.\data\example.go:15:2: function call to 'slog.Debug': argument #1 should be of type string, but is int.
```