arguments_form

package
v1.1.4 Latest Latest
Warning

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

Go to latest
Published: Jun 26, 2022 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

View Source
const Doc = `arguments form in function

# Example:
func a(a,b int) {
} 
-> 
func a(a int, b int) {}`

Variables

View Source
var Analyzer = &analysis.Analyzer{
	Name:     "arguments_form_formatter",
	Doc:      Doc,
	Run:      run,
	Requires: []*analysis.Analyzer{inspect.Analyzer},
}

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