hexdigest/gowrap
GoWrap is a command line tool for generating decorators for Go interfaces
Generates decorator implementations from Go interface definitions using customizable text templates, supporting built-in decorators for observability (Prometheus, OpenTelemetry, Jaeger), resilience (circuit breaker, retry, timeout), and pooling patterns. Templates can reference remote URLs or local files, with `//go:generate` directives automatically embedded for regeneration via `go generate`. Includes 17+ pre-built templates targeting ecosystems like gRPC, Twirp, and Elastic APM.
1,315 stars.
Stars
1,315
Forks
94
Language
Go
License
MIT
Category
Last pushed
Mar 19, 2026
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ai-coding/hexdigest/gowrap"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Related tools
googleapis/gapic-generator-python
Generate Python API client libraries from Protocol Buffers.
omissis/go-jsonschema
A tool to generate Go data types from JSON Schema definitions.
zeromicro/go-zero
A cloud-native Go microservices framework with cli tool for productivity.
openconfig/ygot
A YANG-centric Go toolkit - Go/Protobuf Code Generation; Validation; Marshaling/Unmarshaling
mailru/easyjson
Fast JSON serializer for golang.