Documentation ¶
Overview ¶
Package chansize defines an Analyzer that checks for uses of channel with size greater than 1 https://github.com/uber-go/guide/blob/master/style.md#channel-size-is-one-or-none
Index ¶
Constants ¶
View Source
const Doc = `` /* 236-byte string literal not displayed */
Variables ¶
View Source
var Analyzer = &analysis.Analyzer{ Name: "chansize", Doc: Doc, Run: run, }
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.