diff options
| author | Shulhan <ms@kilabit.info> | 2025-01-26 14:18:51 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2025-01-26 14:23:26 +0700 |
| commit | d205b6491ca4321b735748d27295d84584c006ac (patch) | |
| tree | 68180bcebd1d862c0a3b5ef28255b018ac3a41f7 /lib/bytes/parser_example_test.go | |
| parent | 8d1e0fd8ec0179e9ad7ecc7a892d099729bf8dbf (diff) | |
| download | pakakeh.go-d205b6491ca4321b735748d27295d84584c006ac.tar.xz | |
lib/goanalysis: package to complement "go vet"
Package goanalysis implement go static analysis using
[Analyzer] that are not included in the default "go vet", but included in
the [passes] directory, including: fieldalignment, nilness,
reflectvaluecompare, shadow, sortslice, unusedwrite, and waitgroup.
This package is not mean to be imported directly by other package
except main, like we have in [cmd/gocheck].
The rest (and previous) of the changes are affect running gocheck on it.
Diffstat (limited to 'lib/bytes/parser_example_test.go')
0 files changed, 0 insertions, 0 deletions
