Documentation ¶ Index ¶ Variables Constants ¶ This section is empty. Variables ¶ View Source var Analyzer = &analysis.Analyzer{ Name: "deferslice", Doc: "reports deferred calls where a slice argument is modified later in the function", Requires: []*analysis.Analyzer{inspect.Analyzer}, Run: run, } Functions ¶ This section is empty. Types ¶ This section is empty. Source Files ¶ View all Source files deferslice.go Directories ¶ Show internal Expand all Path Synopsis cmd check-deferslice command Click to show internal directories. Click to hide internal directories.