README ¶ funcliner Golang linter for check func params on one line or each params. Install See releases or go install github.com/lasiar/funcliner/cmd/funcliner@latest Example before package main func f( p1, p2 int, p3 bool, ) {} after package main func f( p1, p2 int, p3 bool, ) {} Expand ▾ Collapse ▴ Documentation ¶ Index ¶ Variables Constants ¶ This section is empty. Variables ¶ View Source var Analyzer = &analysis.Analyzer{ Name: "funcliner", Doc: "funcliener checks params func on a same line or on a separate line", Run: run, Requires: []*analysis.Analyzer{inspect.Analyzer}, } Functions ¶ This section is empty. Types ¶ This section is empty. Source Files ¶ View all Source files analyzer.go Directories ¶ Show internal Expand all Path Synopsis cmd funcliner Click to show internal directories. Click to hide internal directories.