Registry / utility / gochecknoglobals

gochecknoglobals

JSON →
library0.2.2gogounverified

A Go linter that checks for global variables and suggests avoiding them.

go get 4d63.com/gochecknoglobals
INSTALL
IMPORT
SIG · GOCHECKNOGLOBALS
G
gochecknoglobals
utilitygov0.2.2
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

gochecknoglobals
4d63.com/gochecknoglobals

Run the linter as a standalone tool.

package main import ( "fmt" "4d63.com/gochecknoglobals" ) func main() { // This package is a linter, typically used via go vet or as a standalone tool. fmt.Println("gochecknoglobals is a linter, not a library.") }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.2.2latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
gochecknoglobals — go get gochecknoglobals · libregistry