flen icon indicating copy to clipboard operation
flen copied to clipboard

Flen provides stats on functions/methods lengths in a Golang package.

Results 3 flen issues
Sort by recently updated
recently updated
newest added

> If possible attaching the name of the struct that a method is implemented on would be really helpful. Picture shows lots of Eval methods that satisfy an interface but...

enhancement

Haven't run `flen` on Windows operating system atleast once, as I do not have access to one. If someone does, please comment here the findings (positive or negative.) Thanks, lafolle

help wanted

``` $ flen crypto/hmac Full path of pkg: /usr/local/go/src/crypto/hmac [1-6) - ∎∎∎∎∎ [6-11) - ∎∎ [11-16) - ∎ [16-21) - $ ``` Line with prefix "[16-21)" should not be present.

bug