Registry / testing / mbilski-exhaustivestruct

mbilski-exhaustivestruct

JSON →
library1.2.0gogounverified

exhaustivestruct is a Go linter that checks if all fields of a struct are initialized.

go get github.com/mbilski/exhaustivestruct
INSTALL
IMPORT
SIG · MBILSKI-EXHAUSTIVE
M
mbilski-exhaustivestruct
testinggov1.2.0
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.

exhaustivestruct
github.com/mbilski/exhaustivestruct

Run exhaustivestruct as a standalone linter.

package main import ( "github.com/mbilski/exhaustivestruct/pkg/analyzer" "golang.org/x/tools/go/analysis/singlechecker" ) func main() { singlechecker.Main(analyzer.Analyzer) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
mbilski-exhaustivestruct — go get mbilski-exhaustivestruct · libregistry