gofunchecks

module
v0.0.0-...-ae5582a Latest Latest
Warning

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

Go to latest
Published: Nov 4, 2020 License: MIT

README

GitHub Actions Go Report Card

gofunchecks

A collections of static analysis tool to analyze function in Go.

Quick start

Install the tool(s) you wish to use.

# goparamcount: find functions that have too many parameters.
$ go get github.com/ericcornelissen/gofunchecks/cmd/goparamcount

# goreturncount: find functions that have too many return values.
$ go get github.com/ericcornelissen/gofunchecks/cmd/goreturncount

And run it on your projects by using the tool name as a command.

Directories

Path Synopsis
cmd
internal

Jump to

Keyboard shortcuts

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