README ¶ noioutil noioutil finds files using the "io/ioutil" package. Installation go install github.com/le0tk0k/noioutil/cmd/noioutil@latest Usage go vet -vettool=$(which noioutil) ./... Example package main import ( "fmt" "io/ioutil" ) func main() { bytes, _ := ioutil.ReadFile("foo.go") fmt.Println(string(bytes)) } $ go vet -vettool=$(which noioutil) ./... noioutil: "io/ioutil" package is used in ./main.go Expand ▾ Collapse ▴ Documentation ¶ Index ¶ Variables Constants ¶ This section is empty. Variables ¶ View Source var Analyzer = &analysis.Analyzer{ Name: "noioutil", Doc: doc, Run: run, Requires: []*analysis.Analyzer{ inspect.Analyzer, }, } Analyzer is the noioutil analyzer. Functions ¶ This section is empty. Types ¶ This section is empty. Source Files ¶ View all Source files noioutil.go Directories ¶ Show internal Expand all Path Synopsis cmd noioutil plugin Click to show internal directories. Click to hide internal directories.