ifacenames

package
v0.20.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 22, 2024 License: MIT Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Analyzer = &analysis.Analyzer{
	Name: name,
	Doc:  doc,
	URL:  "https://github.com/k1LoW/gostyle/tree/main/analyzer/effective/ifacenames",
	Run:  run,
	Requires: []*analysis.Analyzer{
		inspect.Analyzer,
		commentmap.Analyzer,
	},
}

Analyzer based on https://go.dev/doc/effective_go#interface-names.

View Source
var AnalyzerWithConfig = &analysis.Analyzer{
	Name: name,
	Doc:  doc,
	URL:  "https://github.com/k1LoW/gostyle/tree/main/analyzer/effective/ifacenames",
	Run:  run,
	Requires: []*analysis.Analyzer{
		config.Loader,
		inspect.Analyzer,
		commentmap.Analyzer,
	},
}

AnalyzerWithConfig based on https://go.dev/doc/effective_go#interface-names.

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL