usestdlibvars
Standard library checker
Detects potential misuse of standard library variables in Go code
A linter that detect the possibility to use variables/constants from the Go standard library.
43 stars
2 watching
5 forks
Language: Go
last commit: over 1 year ago
Linked from 2 awesome lists
gogolanglinter
Related projects:
| Repository | Description | Stars |
|---|---|---|
| | Tool to run multiple linters on Go code to detect errors and warnings | 67 |
| | A tool that checks the usage of the testify testing framework in Go programs | 105 |
| | A comprehensive and opinionated Go source code linter that provides checks for bugs, performance, and style issues. | 1,867 |
| | Tools to analyze unused parameters in Go functions and identify potential issues | 533 |
| | Automatically checks test output for changes and fails tests if output differs from previously recorded snapshots | 311 |
| | A library for reading and writing labeled tab-separated value files | 26 |
| | A password validation library in Go inspired by Python's passlib. | 288 |
| | A Go library implementing LSB steganography on images without any dependencies | 319 |
| | Provides minimal cgo bindings for the libenca language detection library | 16 |
| | A tool to detect untested parts of source code by introducing small changes and testing the resulting behavior. | 650 |
| | A collection of CLI argument types for the Go flag package. | 43 |
| | A Sentry handler library for structured logging in Go | 48 |
| | A collection of reusable Go code snippets and libraries to simplify common tasks in software development | 121 |
| | A Go library for efficient string matching using compile-time glob patterns. | 968 |
| | Provides Go bindings for a stemming algorithm library | 20 |