benbjohnson / stackLinks
Go debug/stack utility functions.
☆18Updated 4 years ago
Alternatives and similar repositories for stack
Users that are interested in stack are comparing it to the libraries listed below
Sorting:
- Bypasses restrictions on reflect☆75Updated 4 years ago
- Make random JSON in Go☆25Updated 5 years ago
- importable versions of parts of the Go standard library☆50Updated 2 years ago
- ☆98Updated 8 months ago
- A corpus of popular Go modules☆108Updated 10 months ago
- Benchmark the init cost of Go packages☆81Updated 4 months ago
- sketches for the Go 2 Type Parameters proposal☆33Updated last year
- Generic wrapper around strconv.Parse*☆37Updated 3 years ago
- In-process request tracing☆99Updated 2 weeks ago
- Convert a go file to its ast representation☆93Updated last month
- ☆78Updated 5 years ago
- Go templates invoked as functions☆154Updated 4 years ago
- Golang io.Reader and io.Writer but with limits☆77Updated 2 years ago
- cheap Go type to hold & operate on either a read-only []byte or string☆111Updated last year
- A Go io/fs filesystem implementation for reading files in Github gists.☆127Updated 3 years ago
- tryhard finds and rewrites code suitable for try.☆133Updated 6 years ago
- ☆43Updated 4 years ago
- Streaming text replacement for Go☆71Updated 2 years ago
- Golang package to return the elapsed time since a given time in a human readable format☆35Updated 10 months ago
- Rewrite Go source files to replace pkg/errors with Go 1.13 error wrapping☆70Updated 2 years ago
- A simple thread-safe and fixed size LRU. Based on the Hashlru Algorithm