You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
GoLinter is a lightweight static analysis tool written in Go that helps ensure consistent code style following idiomatic Go conventions. It is designed to run automatically as a pre-commit hook, enforcing best practices for naming files, folders, functions, variables, constants, and overall Go code structure.