urfave / sflags
Generate flags by parsing structures
☆159Updated last month
Alternatives and similar repositories for sflags:
Users that are interested in sflags are comparing it to the libraries listed below
- reflectwalk is a Go library for "walking" complex structures, similar to walking a filesystem.☆278Updated 3 years ago
- Golang circular (ring) buffer☆174Updated 2 years ago
- Go (golang) library for deep copying values in Go.☆349Updated 4 years ago
- 🚧 Flexible mechanism to make execution flow interruptible.☆101Updated 3 years ago
- Concurrent Buffered IO in Go #golang☆246Updated 3 years ago
- Debugging helper utilities for Go☆356Updated 2 years ago
- Levenshtein distance and similarity metrics with customizable edit costs and Winkler-like bonus for common prefix.☆88Updated 4 years ago
- Generates Go types based on JSON Schemas☆240Updated 2 years ago
- Basic string globs in golang☆144Updated 4 years ago
- Go tool to walk & rewrite AST☆171Updated 5 years ago
- A sql driver that will wrap any other driver and log/trace all its calls☆262Updated 5 years ago
- Visualization of Golang benchmark output using Google charts☆85Updated 5 years ago
- nakedret is a Go static analysis tool to find naked returns in functions greater than a specified function length.☆129Updated last week
- Rewrite Go source files to replace pkg/errors with Go 1.13 error wrapping☆68Updated 2 years ago
- Package logfmt marshals and unmarshals logfmt messages.☆186Updated 2 years ago
- golang : go tool cover to XML (Cobertura) export tool.☆145Updated last year
- ♻️ The most advanced interruptible mechanism to perform actions repetitively until successful.☆345Updated 11 months ago
- Python's repr() for Go☆163Updated this week
- Check that no globals are present in Go code.☆112Updated 3 months ago
- Create Go contexts that cancel on signals.☆257Updated 2 years ago
- Package stack implements utilities to capture, manipulate, and format call stacks.☆400Updated 3 years ago
- JSON pretty print for Golang.☆138Updated 2 years ago
- sync.Once with Reset()☆74Updated 4 years ago
- View annotated files based on line-spec☆227Updated last year
- Golang helpers for data sizes (kilobytes, petabytes), human readable sizes, parsing☆160Updated last year
- nargs is a Go static analysis tool to find unused arguments in function declarations.☆86Updated 5 months ago
- Fast generation of 192-bit UUIDs☆84Updated last year
- OpenCensus SQL database driver wrapper for Go☆110Updated 4 years ago
- Go (golang) library to expose *testing.T as an interface.☆59Updated 3 years ago
- Helpful unit multipliers and functions for Go