go4org / internLinks
☆122Updated 2 years ago
Alternatives and similar repositories for intern
Users that are interested in intern are comparing it to the libraries listed below
Sorting:
- cheap Go type to hold & operate on either a read-only []byte or string☆108Updated 11 months ago
- Rewrite Go source files to replace pkg/errors with Go 1.13 error wrapping☆68Updated 2 years ago
- Go templates invoked as functions☆154Updated 4 years ago
- Best-effort CPU-local sharded values for Go☆201Updated 3 years ago
- Intern Go strings☆95Updated last year
- ☆97Updated 5 months ago
- View annotated files based on line-spec☆225Updated last year
- Script engine, especially good for tests☆152Updated last year
- ☆109Updated 11 months ago
- Merge multiple pprof profile files into a single file☆123Updated 2 years ago
- Promise to the Go compiler that your Reads and Writes are well-behaved☆58Updated 5 years ago
- go.mod git archiver☆88Updated last year
- ☆131Updated 3 years ago
- ☆121Updated last year
- Assert your Go code is inlined and bounds-check eliminated☆302Updated last month
- Transform Go code into it's AST☆123Updated 5 years ago
- Package schedgroup provides a goroutine worker pool which schedules tasks to be performed at or after a specified time. MIT Licensed.☆139Updated 3 years ago
- A spinlock implementation for Go.☆61Updated 4 years ago
- Check that no globals are present in Go code.☆115Updated 3 weeks ago
- Generic wrapper around strconv.Parse*☆37Updated 2 years ago
- Expression evaluator for Go☆74Updated 2 months ago
- Basic Markdown parser and HTML generator☆111Updated 6 months ago
- Package gostackparse parses goroutines stack traces as produced by panic() or debug.Stack() at ~300 MiB/s.☆119Updated this week
- nakedret is a Go static analysis tool to find naked returns in functions greater than a specified function length.☆130Updated 2 weeks ago
- Connection pool for Go's net.Conn interface☆127Updated 2 years ago
- ☆78Updated 5 years ago
- Simple building blocks for protobuf marshaling and unmarshaling☆180Updated last year
- Know when GC runs from inside your golang code☆188Updated 2 years ago
- sprof is the next revolution in Go profiling☆80Updated 4 years ago
- When storing a value in a Go interface allocates memory on the heap.