Skip to content

knsh14/gocc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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