nishanths / predeclaredLinks
Find declarations in Go source code that shadow predeclared identifiers
☆31Updated 10 months ago
Alternatives and similar repositories for predeclared
Users that are interested in predeclared are comparing it to the libraries listed below
Sorting:
- Dependable Go errors with tracebacks☆53Updated 4 years ago
- Find in Go exported variables that could be unexported☆27Updated 10 years ago
- Linter for Go text/template (and html/template) template files☆44Updated last year
- alternative condition variable synchronization primitive☆32Updated last year
- nargs is a Go static analysis tool to find unused arguments in function declarations.☆86Updated 8 months ago
- Go linter to detect erroneous multiplication of duration values☆49Updated 3 months ago
- Tool to detect range statements iterating over addressable arrays☆28Updated 8 years ago
- A simple Go Library to calculate a phash string for a JPEG image.☆34Updated 10 years ago
- unimport is a Go static analysis tool to find unnecessary import aliases.☆70Updated 8 years ago
- singlefile implements a host wide locking mechanism.☆34Updated 10 years ago
- Benchmark the init cost of Go packages☆83Updated 5 months ago
- Package your Go modules☆42Updated last year
- Miscellaneous functions for formatting text☆97Updated last year
- prdeps prints the dependency graph of a Go package.☆43Updated 8 years ago
- The source for gotools.org.☆36Updated 2 years ago
- Looks for Golang executables in $PATH, guesses their origin and updates them or creates $GOPATH workspaces.☆47Updated 4 years ago
- Implements a deep pretty printer for Go data structures to ease data snapshot creation☆93Updated last year
- ☆39Updated 9 years ago
- identypo is a Go static analysis tool to find typos in identifiers (functions, function calls, variables, constants, type declarations, p…☆29Updated 7 years ago
- Golang package to manipulate time intervals.☆84Updated 6 years ago
- nakedret is a Go static analysis tool to find naked returns in functions greater than a specified function length.☆132Updated last week
- Join contexts like never before!☆20Updated 8 years ago
- Copying and moving files, how hard could it possible be ?☆45Updated 7 years ago
- ☆101Updated last year
- Remove implicit field traversals from Go source☆37Updated 3 years ago
- getopt(3)-style Go flag parser☆56Updated 8 years ago
- Deduplicate named and unnamed imports of the same import path in Go files☆19Updated 5 years ago
- Support for Unix domain sockets in Go HTTP clients☆84Updated 4 months ago
- unindent stuff