thejerf / strinterp
Morally-correct string and stream interpolation for Go.
☆24Updated 8 years ago
Alternatives and similar repositories for strinterp:
Users that are interested in strinterp are comparing it to the libraries listed below
- Go package that implements a bit array and some utility functions☆10Updated 9 years ago
- Careful implementation of Jaro and Jaro-Winkler text difference algorithms☆17Updated 8 years ago
- Efficient thread-safe circular byte buffer to keep in-memory logs☆21Updated 4 years ago
- xast: ast rewriter with built-in clean up.☆27Updated 7 years ago
- A small library to help rewrite / modify the AST of a Go (golang) program☆17Updated 9 years ago
- Remove implicit field traversals from Go source☆37Updated 2 years ago
- ☆11Updated 7 years ago
- ☆15Updated 7 years ago
- Simple generative fuzzer☆16Updated 3 years ago
- tools to modify go programs☆11Updated 9 years ago
- Go implementation of xoroshiro128+ RNG☆15Updated 3 years ago
- percentiles for Go benchmarks☆29Updated 6 years ago
- Find unnecessarily exported identifiers in a package and help unexport them.☆35Updated 4 years ago
- An adapter to enable the Schwartzian Transform when sorting in Go.☆16Updated 9 years ago
- A counter data structure that knows when to start estimating to save space☆35Updated 7 years ago
- A C11 positional lexer with error reporting written in Go☆22Updated 7 years ago
- exponential smoothing toolkit☆15Updated 8 years ago
- Easily trace goroutines at runtime☆50Updated 4 years ago
- Generates a GitHub issue description for go-fuzz findings☆11Updated 9 years ago
- ☆29Updated 8 years ago
- Package retrygroup provides synchronization, Context cancelation for groups of retry goroutines working on subtasks of a common task.☆17Updated 7 years ago
- Optimal cache stampede prevention☆15Updated 7 years ago
- Go interface to Constant Databases (CDB)☆10Updated 8 years ago
- A property-based testing library☆37Updated 7 years ago
- A library that provides simple TLS SNI demultiplexing without actually consuming the SSL handshake.☆23Updated 9 years ago
- Command gostrip builds a minimal Go repository☆15Updated 5 years ago
- automatically trigger a profile in your golang (go) application when a condition is matched.