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.

GitHub

43 stars
2 watching
5 forks
Language: Go
last commit: 7 months ago
Linked from 2 awesome lists

gogolanglinter

Backlinks from these awesome lists:

Related projects:

Repository Description Stars
surullabs/lint Tool to run multiple linters on Go code to detect errors and warnings 67
antonboom/testifylint A tool that checks the usage of the testify testing framework in Go programs 105
go-critic/go-critic A comprehensive and opinionated Go source code linter that provides checks for bugs, performance, and style issues. 1,867
mvdan/unparam Tools to analyze unused parameters in Go functions and identify potential issues 533
bradleyjkemp/cupaloy Automatically checks test output for changes and fails tests if output differs from previously recorded snapshots 311
ymotongpoo/goltsv A library for reading and writing labeled tab-separated value files 26
hlandau/passlib A password validation library in Go inspired by Python's passlib. 288
auyer/steganography A Go library implementing LSB steganography on images without any dependencies 319
endeveit/enca Provides minimal cgo bindings for the libenca language detection library 16
zimmski/go-mutesting A tool to detect untested parts of source code by introducing small changes and testing the resulting behavior. 650
sgreben/flagvar A collection of CLI argument types for the Go flag package. 43
samber/slog-sentry A Sentry handler library for structured logging in Go 48
simonwaldherr/golibs A collection of reusable Go code snippets and libraries to simplify common tasks in software development 121
gobwas/glob A Go library for efficient string matching using compile-time glob patterns. 968
rjohnsondev/golibstemmer Provides Go bindings for a stemming algorithm library 20