knsh14 / gocc

check cyclomatic complexity of go functions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

check cyclomatic complexity of go functions

License:MIT License


Languages

Language:Go 100.0%