package internal

import "golang.org/x/tools/go/analysis/internal"

Index

Variables

var Pass func(interface{}) *analysis.Pass

This function is set by the checker package to provide backdoor access to the private Pass field of the checker.Action type, for use by analysistest.

Source Files

internal.go

Directories

PathSynopsis
go/analysis/internal/analysisflagsPackage analysisflags defines helpers for processing flags of analysis driver tools.
go/analysis/internal/checkerPackage internal/checker defines various implementation helpers for the singlechecker and multichecker packages, which provide the complete main function for an analysis driver executable based on go/packages.
go/analysis/internal/versiontest
Version
v0.30.0 (latest)
Published
Feb 10, 2025
Platform
linux/amd64
Imports
1 packages
Last checked
3 hours ago

Tools for package owners.