...

Package goplsexport

import "cmd/vendor/golang.org/x/tools/internal/goplsexport"
Overview
Index

Overview ▾

Package goplsexport provides various backdoors to not-yet-published parts of x/tools that are needed by gopls.

Index ▾

Package files

export.go

Variables

var (
    ErrorsAsTypeModernizer *analysis.Analyzer // = modernize.errorsastypeAnalyzer
    StdIteratorsModernizer *analysis.Analyzer // = modernize.stditeratorsAnalyzer
    PlusBuildModernizer    *analysis.Analyzer // = modernize.plusbuildAnalyzer
    StringsCutModernizer   *analysis.Analyzer // = modernize.stringscutAnalyzer
)