...

Package multichecker

import "golang.org/x/tools/go/analysis/multichecker"
Overview
Index

Overview ▾

Package multichecker defines the main function for an analysis driver with several analyzers. This package makes it easy for anyone to build an analysis tool containing just the analyzers they need.

func Main

func Main(analyzers ...*analysis.Analyzer)