Alex Kohler

Results 8 repositories owned by Alex Kohler

cfmt

27
Stars
3
Forks
Watchers

cfmt is a tool to wrap Go comments over a certain length to a new line.

dogsled

71
Stars
2
Forks
Watchers

dogsled is a Go static analysis tool to find assignments/declarations with too many blank identifiers.

identypo

27
Stars
0
Forks
Watchers

identypo is a Go static analysis tool to find typos in identifiers (functions, function calls, variables, constants, type declarations, packages, labels).

nakedret

125
Stars
13
Forks
Watchers

nakedret is a Go static analysis tool to find naked returns in functions greater than a specified function length.

nargs

81
Stars
4
Forks
Watchers

nargs is a Go static analysis tool to find unused arguments in function declarations.

prealloc

627
Stars
24
Forks
Watchers

prealloc is a Go static analysis tool to find slice declarations that could potentially be preallocated.

unimport

68
Stars
2
Forks
Watchers

unimport is a Go static analysis tool to find unnecessary import aliases.

ytgrep

25
Stars
0
Forks
Watchers

ytgrep is a CLI tool to search youtube closed captions with a grep-like interface.