Yifeeeeei / butterknifeLinks
A tool for printing stuffs along with its callers in Golang
☆13Updated last year
Alternatives and similar repositories for butterknife
Users that are interested in butterknife are comparing it to the libraries listed below
Sorting:
- Structured data format to config struct decoder library for Go☆39Updated 5 months ago
- Tidy up your go.mod files by merging the require blocks☆14Updated this week
- Container-focused Golang config: unify Env & Flag parsing in one call with minimal code and zero dependencies.☆35Updated 3 months ago
- A Tiling Pattern Extractor written in Go☆64Updated last year
- Colorized JSON output for Go☆49Updated last year
- A program to create, solve and draw mazes in your terminal or in 2D/3D☆66Updated last year
- A Go string concatenation library that is more efficient than strings.Builder.☆41Updated 7 months ago
- Go package for accessing, navigating and manipulating values from an untyped json document.☆24Updated 10 months ago
- Add HTTP retries with zero refactoring☆31Updated 3 months ago
- Make Writing HTML in Go a Breeze 🍃☆52Updated last year
- A Transport for http.Client that will cache responses according to the HTTP RFC☆50Updated this week
- Helpful functions to extend the Golang `time` standard package☆18Updated last year
- ☆26Updated 2 months ago
- go test with colors☆11Updated last year
- Binary Serialization with explicit layout and versioning☆19Updated 4 months ago
- Native type for dealing with dates in Go☆71Updated 3 weeks ago
- simple and secure way to authorize your application with the OpenID Connect☆33Updated 3 weeks ago
- Simple (dumb?) query language☆49Updated 3 weeks ago
- Bag of words as code☆86Updated last year
- Documentation generator for go☆27Updated 5 months ago
- A tiny event broker☆30Updated last year
- Sorting algorithms implemented in Go☆22Updated 3 months ago
- A production-grade error handling library for Go, offering zero-cost abstractions, stack traces, multi-error support, retries, and advanc…☆27Updated 4 months ago
- ☆20Updated last year
- Cookies, but with structs, for happiness.☆113Updated last month
- A Go library that dynamically hydrates structs with data from multiple databases, offering flexibility and ease for database integration …☆36Updated last month
- A Go package that adds type-safe prefixes to UUIDs, making them shorter and more readable. Converts standard UUIDs (36 chars) to prefixed…☆56Updated 9 months ago
- Nats-mutex is a distributed lock library using NATS JetStream.☆28Updated last year
- [MODULE] - Fast JSON lexer (tokenizer) with no memory footprint and no garbage collector pressure (zero-alloc). 5x faster compared to Go'