fzipp / gocyclo

Calculate cyclomatic complexities of functions in Go source code.
BSD 3-Clause "New" or "Revised" License
1.35k stars 80 forks source link

Support for generics (go1.18) #45

Closed emirpasic closed 2 years ago

emirpasic commented 2 years ago

Does gocyclo support calculations over the new go1.18 generics code?

fzipp commented 2 years ago

Yes: https://github.com/fzipp/gocyclo/blob/main/CHANGELOG.md#040---2021-12-19