lion

package module
v0.0.0-...-b944fed Latest Latest
Warning

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

Go to latest
Published: Jan 23, 2020 License: MIT Imports: 7 Imported by: 0

README

lion

godoc.org

lion finds functions which are not tested.

$ go test -coverprofile=cover.out pkgname
$ go vet -vettool=`lion` lion.coverprofile=cover.out pkgname

Documentation

Index

Constants

View Source
const Doc = "lion finds functions which are not tested"

Variables

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

Functions

This section is empty.

Types

This section is empty.

Directories

Path Synopsis
cmd

Jump to

Keyboard shortcuts

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