jlauinger / go-safer
Go Vet-style linter to find incorrect uses of reflect.SliceHeader and reflect.StringHeader, and unsafe casts between structs with architecture-sized fields
☆42Updated 2 years ago
Alternatives and similar repositories for go-safer:
Users that are interested in go-safer are comparing it to the libraries listed below
- Bypasses restrictions on reflect☆74Updated 3 years ago
- Make random JSON in Go☆25Updated 4 years ago
- Collection of unusual generics usecases in Go☆55Updated 2 years ago
- Benchmark the init cost of Go packages☆73Updated 3 weeks ago
- pct is a 'sort | uniq -c' replacement that also prints percentages☆42Updated last year
- ☆78Updated 4 years ago
- Go linter for finding defer statements inside for loops☆25Updated last year
- Tough Fuzzer is an obstacle course for go-fuzz composed of a series of small code samples which encapsulate the most common obstacles to …☆18Updated 3 years ago
- ☆68Updated last year
- Allows to mark Go enum types as exhaustive.☆33Updated 4 months ago
- merge go.mod files☆18Updated 6 years ago
- Allotment Routing Table☆57Updated 2 years ago
- Go Fuzzit Example☆37Updated 4 years ago
- Fuzz Go defer/panic/recover☆27Updated 3 years ago
- Reference implementations for golang/go#38203 and golang/go#19367.