What linter is available that can generate warning for the following program in Go?
package main import ( "fmt" ) func main() { i := 5 p :