README ¶
gocc
gocc is analysis tool to check cyclomatic complexity of go codes. this package provides Analyzer for analysis. you can use this analyzer in your analysis tool.
Install
$ go get -u github.com/knsh14/gocc/cmd/gocc
Usage
$ gocc [-flag] [package]
example
$ gocc -over 10 ./src
Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Analyzer = &analysis.Analyzer{ Name: "gocc", Doc: "checks cyclomatic complexity", Run: run, Requires: []*analysis.Analyzer{complexity.Analyzer}, }
Analyzer does check about cyclomatic complexity
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.