• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..16-Feb-2020-

asmdecl/H16-Feb-2020-2,4472,113

assign/H16-Feb-2020-12785

atomic/H16-Feb-2020-178122

atomicalign/H16-Feb-2020-403299

bools/H16-Feb-2020-373254

buildssa/H16-Feb-2020-16596

buildtag/H16-Feb-2020-202133

cgocall/H16-Feb-2020-525317

composite/H16-Feb-2020-299205

copylock/H16-Feb-2020-713529

ctrlflow/H16-Feb-2020-382254

deepequalerrors/H16-Feb-2020-190130

errorsas/H16-Feb-2020-14094

findcall/H16-Feb-2020-173108

httpresponse/H16-Feb-2020-274212

inspect/H16-Feb-2020-5016

internal/analysisutil/H16-Feb-2020-11785

loopclosure/H16-Feb-2020-240183

lostcancel/H16-Feb-2020-580421

nilfunc/H16-Feb-2020-12987

nilness/H16-Feb-2020-393284

pkgfact/H16-Feb-2020-163100

printf/H16-Feb-2020-2,2101,635

shadow/H16-Feb-2020-416297

shift/H16-Feb-2020-378296

sortslice/H16-Feb-2020-193151

stdmethods/H16-Feb-2020-249166

structtag/H16-Feb-2020-477345

testinggoroutine/H16-Feb-2020-435347

tests/H16-Feb-2020-387238

unmarshal/H16-Feb-2020-187134

unreachable/H16-Feb-2020-2,4672,134

unsafeptr/H16-Feb-2020-213147

unusedresult/H16-Feb-2020-178124

READMEH A D16-Feb-2020304 96

README

1
2This directory does not contain a Go package,
3but acts as a container for various analyses
4that implement the golang.org/x/tools/go/analysis
5API and may be imported into an analysis tool.
6
7By convention, each package foo provides the analysis,
8and each command foo/cmd/foo provides a standalone driver.
9