friendsofgo / errorsLinks
Simple error handling primitives
☆60Updated 4 years ago
Alternatives and similar repositories for errors
Users that are interested in errors are comparing it to the libraries listed below
Sorting:
- Rewrite Go source files to replace pkg/errors with Go 1.13 error wrapping☆70Updated 2 years ago
- Python's repr() for Go☆166Updated this week
- 🚧 Flexible mechanism to make execution flow interruptible.☆100Updated 4 years ago
- A helper for collecting and emitting metadata throughout a request lifecycle.☆77Updated 5 years ago
- nargs is a Go static analysis tool to find unused arguments in function declarations.☆86Updated 5 months ago
- 👻 Locate and fix overly complex lines of code in Go.☆52Updated 7 years ago
- ☆99Updated 9 months ago
- Support for Unix domain sockets in Go HTTP clients☆84Updated 3 weeks ago
- [TOOL/CLI] - Filter and examine Go type structures, interfaces and their transitive dependencies and relationships. Export structural typ…☆205Updated 2 years ago
- Tickers with random jitter☆91Updated 3 years ago
- Set of Go context's utilities.☆56Updated 4 years ago
- Templates, generics engine for Go☆136Updated 6 years ago
- Check that no globals are present in Go code.☆120Updated 4 months ago
- A go library that implements application/problem+json and application/problem+xml☆66Updated last year
- Package vfs provides an abstraction of the os and io packages that is easy to test.☆84Updated this week
- Library for writing protoc plugins in Go; also includes a pure-Go protoc replacement☆88Updated 4 months ago
- Fixes simple parse errors automatically. Works great in combination with goimports.☆86Updated 5 years ago
- Go templates invoked as functions☆155Updated 4 years ago
- Golang package to manipulate time intervals.☆83Updated 6 years ago
- Automatically sets up command line flags based on struct fields and tags.☆176Updated 3 years ago
- A sql driver that will wrap any other driver and log/trace all its calls☆175Updated last year
- sqlf generates parameterized SQL statements in Go, sprintf style