return_value

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: 4 Imported by: 0

Documentation

Index

Constants

View Source
const Doc = `return value in function

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

Variables

View Source
var Analyzer = &analysis.Analyzer{
	Name:     "return_value_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