Documentation ¶
Overview ¶
Package standartcheck contains all standart analysers from golang.org/x/tools/go/analysis/passes
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Analyzers []*analysis.Analyzer = []*analysis.Analyzer{ asmdecl.Analyzer, assign.Analyzer, atomic.Analyzer, bools.Analyzer, buildtag.Analyzer, cgocall.Analyzer, composite.Analyzer, copylock.Analyzer, errorsas.Analyzer, httpresponse.Analyzer, loopclosure.Analyzer, lostcancel.Analyzer, nilfunc.Analyzer, printf.Analyzer, shift.Analyzer, stdmethods.Analyzer, structtag.Analyzer, tests.Analyzer, unmarshal.Analyzer, unreachable.Analyzer, unsafeptr.Analyzer, unusedresult.Analyzer, appends.Analyzer, atomicalign.Analyzer, buildssa.Analyzer, ctrlflow.Analyzer, deepequalerrors.Analyzer, defers.Analyzer, directive.Analyzer, fieldalignment.Analyzer, findcall.Analyzer, framepointer.Analyzer, httpmux.Analyzer, ifaceassert.Analyzer, inspect.Analyzer, nilness.Analyzer, pkgfact.Analyzer, reflectvaluecompare.Analyzer, shadow.Analyzer, sigchanyzer.Analyzer, slog.Analyzer, sortslice.Analyzer, stdversion.Analyzer, stringintconv.Analyzer, testinggoroutine.Analyzer, timeformat.Analyzer, unusedwrite.Analyzer, usesgenerics.Analyzer, }
Analyzers slice
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.