golang / open2opaque
The open2opaque tool migrates Go packages from the Go Protobuf Open Struct API to the Opaque API.
☆18Updated 2 months ago
Alternatives and similar repositories for open2opaque:
Users that are interested in open2opaque are comparing it to the libraries listed below
- misspelled word linter for Go comments, string literals and embedded files☆42Updated last month
- alternative condition variable synchronization primitive☆29Updated 5 months ago
- FSS3 is an S3 filesystem abstraction layer for Golang☆55Updated 2 weeks ago
- test coverage analysis in your terminal☆23Updated 2 years ago
- A linter for logr,klog,zap that can also works with golangci-lint as a plugin☆17Updated 3 weeks ago
- A simple fs.FS implementation to be used inside tests.☆33Updated last year
- Track incoming and outgoing connections☆33Updated last year
- WiFi daemon for connecting to WiFi networks (encrypted or unencrypted) with gokrazy☆36Updated 11 months ago
- Collection of unusual generics usecases in Go☆55Updated 3 years ago
- ☆23Updated this week
- Static analyzer to catch invalid uses of http.Error without a return statement which can cause expected bugs☆24Updated last year
- Simple oauth prompting☆28Updated last year
- Support for Unix domain sockets in Go HTTP clients☆79Updated last year
- Go Vet-style linter to find incorrect uses of reflect.SliceHeader and reflect.StringHeader, and unsafe casts between structs with archite…☆43Updated 2 years ago
- Code copied from x/crypto and golang/go#37132☆15Updated last year
- A simple library that allows a network server to limit how may concurrent connections it supports from each client IP.☆52Updated 2 months ago
- Make random JSON in Go☆25Updated 5 years ago
- ☆18Updated 9 months ago
- Smart Go module dependency inspection and pruning.☆19Updated 4 years ago
- Package watchdog implements control of hardware watchdog devices. MIT Licensed.☆26Updated 2 years ago
- Simple linter to check that your code does not contain non-ASCII identifiers☆27Updated 3 weeks ago
- ProtoConfig 1.0: Open Standard for using, defining, and consuming software configuration input in a unified way.☆33Updated last year
- pex makes piping easier☆75Updated last year
- Detects functions from golang.org/x/exp/ that can be replaced by std functions.☆12Updated 3 weeks ago
- A Go test harness that starts an ephemeral PostgreSQL server☆34Updated 3 months ago
- go.mod git archiver☆88Updated last year
- A high-level interface for interacting with a Git subprocess in Go☆25Updated 6 months ago
- implementation of the Allotment Routing Table (ART) algorithm by Donald Knuth, as described in the paper by Yoichi Hariguchi☆56Updated last year
- Package sdnotify implements systemd readiness notifications as described in https://www.freedesktop.org/software/systemd/man/sd_notify.ht…☆42Updated 3 years ago
- Detects when some calls can be replaced by methods from the testing package