facebookarchive / ensureLinks
Package ensure provides utilities for testing to ensure the given conditions are met and Fatal if they aren't satisified.
☆76Updated 5 years ago
Alternatives and similar repositories for ensure
Users that are interested in ensure are comparing it to the libraries listed below
Sorting:
- Package stack provides utilities to capture and pass around stack traces.☆97Updated 9 years ago
- Package pqueue provides a priority queue.☆102Updated 10 years ago
- Package inmem provides an in memory LRU cache with TTL support.☆81Updated 8 years ago
- Package flagenv provides the ability to populate flags from environment variables.☆106Updated 7 years ago
- Package stats defines a lightweight interface for collecting statistics.☆64Updated 9 years ago
- Package rpool provides a resource pool.☆88Updated 9 years ago
- Clock is a small library for mocking time in Go.☆89Updated 6 years ago
- More aggressive `go vet`☆88Updated 7 years ago
- Package pidfile manages pid files.☆78Updated 10 years ago
- Get to Statsd: forward simple statistics to a statsd server☆148Updated 8 years ago
- [Go] interface-bench - a quick look at some of Go's subtleties regarding the use of interfaces.☆110Updated 9 years ago
- A JSON parser generator for high performance encoding and decoding in Go.☆469Updated 10 years ago
- A scalable lock-free channel.☆135Updated 9 years ago
- The slice package sorts Go slices.☆111Updated 7 years ago
- Package atomicfile provides an atomically written/replaced file.☆51Updated 7 years ago
- webbased debugging for Go programs☆261Updated last year
- Fast generation of 192-bit UUIDs☆84Updated 2 years ago
- A Golang Middleware to handle X-Forwarded-For Header☆100Updated 3 years ago
- A simple and fast Redis backed key-value store library for Go☆113Updated 8 years ago
- A cron job scheduler for Go☆204Updated 9 years ago
- Package mgotest provides standalone instances of mongo sutable for use in tests.☆33Updated 10 years ago
- HTTP for Gophers☆62Updated 6 years ago
- Find, list, and inspect processes from Go (golang)☆81Updated 5 years ago
- Measuring time intervals correctly in Go (monotonic clock).☆64Updated 6 years ago
- Tools to process Go trace logs into various profiles. Complement for "go tool trace".☆109Updated 8 years ago
- Package errgroup provides a WaitGroup like component that is capable of collecting errors.☆57Updated 9 years ago
- Golang circular (ring) buffer