jhump / goprotocLinks
Library for writing protoc plugins in Go; also includes a pure-Go protoc replacement
☆88Updated 4 months ago
Alternatives and similar repositories for goprotoc
Users that are interested in goprotoc are comparing it to the libraries listed below
Sorting:
- Rewrite Go source files to replace pkg/errors with Go 1.13 error wrapping☆70Updated 2 years ago
- 🚧 Flexible mechanism to make execution flow interruptible.☆100Updated 4 years ago
- ☆99Updated 9 months ago
- A complete solution for static files in Go code☆129Updated last year
- Support for Unix domain sockets in Go HTTP clients☆84Updated 3 weeks ago
- Protobuf compiler plugin to generate Go JSON Marshal/Unmarshal implementations for messages using jsonpb.☆234Updated last year
- GoLang extended synchronization primitives: Named mutex, non blocking mutex, semaphore.☆51Updated 9 years ago
- Turn any gRPC stream into a Go `net.Conn` implementation.☆87Updated 2 years ago
- Go implementation of the Open Packaging Conventions (OPC)☆77Updated last year
- Tool for golang that generates jennifer code☆76Updated last year
- errs is a package for making errors friendly and easy☆53Updated last year
- Unified text diffing in Go (copy of the internal diffing packages the officlal Go language server uses)☆145Updated 2 years ago
- Go templates invoked as functions☆155Updated 4 years ago
- Golang package to manipulate time intervals.☆83Updated 6 years ago
- Go implementation of different backoff strategies useful for retrying operations and heartbeating.☆85Updated 5 years ago
- Package vfs provides an abstraction of the os and io packages that is easy to test.☆84Updated this week
- Simple error handling primitives