fzipp / gocyclo

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

not support generics in go18 #51

Closed roambin closed 1 year ago

roambin commented 1 year ago

throw err gocyclo: xxx expected '(', found '[')
Is there any plan to support it?