package shift
import "golang.org/x/tools/go/analysis/passes/shift"
Package shift defines an Analyzer that checks for shifts that exceed the width of an integer.
Index ¶
Constants ¶
const Doc = "check for shifts that equal or exceed the width of the integer"
Variables ¶
var Analyzer = &analysis.Analyzer{ Name: "shift", Doc: Doc, Requires: []*analysis.Analyzer{inspect.Analyzer}, Run: run, }
Source Files ¶
dead.go shift.go
- Version
- v0.1.10
- Published
- Mar 15, 2022
- Platform
- js/wasm
- Imports
- 10 packages
- Last checked
- 5 hours ago –
Tools for package owners.