algo
algo copied to clipboard
Algorithms in Go
Results
10
algo issues
Sort by
recently updated
recently updated
newest added
golint
3
Golint is a linter for Go source code. Algo/convexHull/convexHull.go Line 8: warning: exported type Point should have comment or be unexported (golint) Line 12: warning: exported type Points should have...
Hacktoberfest
o vet examines Go source code and reports suspicious constructs, such as Printf calls whose arguments do not align with the format string. Algo/rabinkarp/rabinkarp_test.go Line 25: error: no formatting directive...
Hacktoberfest