moznion / go-optionalLinks
A library that provides Go Generics friendly "optional" features.
☆202Updated last week
Alternatives and similar repositories for go-optional
Users that are interested in go-optional are comparing it to the libraries listed below
Sorting:
- A Go linter to check that errors from external packages are wrapped☆344Updated 4 months ago
- golang analyzer that finds structures with uninitialized fields☆163Updated last month
- A source code linter that can be used to find code that will cause problems with Go's error wrapping scheme☆299Updated 3 weeks ago
- A utility to redact sensitive data for slog in Go☆129Updated 5 months ago
- 🚨 Design workflows of slog handlers: pipeline, middleware, fanout, routing, failover, load balancing...☆508Updated last month
- 🚨 Echo middleware for slog logger☆123Updated 3 weeks ago
- A Go tool to auto generate methods for your enums☆488Updated 5 months ago
- Collection of log/slog related projects.☆230Updated last month
- A key:value store/cache library written in Go generics. LRU, LFU, FIFO, MRU, Clock support.☆479Updated 6 months ago
- GCI, a tool that control golang package import order and make it always deterministic.☆509Updated last week
- 🪵 Ensure consistent code style when using log/slog☆205Updated 2 weeks ago
- Check exhaustiveness of switch statements of enum-like constants in Go source code.☆324Updated 7 months ago
- Experimental implementation of a proposed v2 encoding/json package☆519Updated this week
- The Golang linter that checks usage of github.com/stretchr/testify.☆145Updated 3 weeks ago
- Up to 45x faster 🚀 Auto generate type-safe validation code for structs based on markers.☆197Updated this week
- 🚨 slog: Attribute formatting☆180Updated this week
- Calculates cognitive complexities of functions (and methods) in Go source code. (Golang cognitive complexity)☆408Updated 7 months ago
- A parsing/linking engine for protobuf; the guts for a pure Go replacement of protoc.☆279Updated this week
- json encoding and decoding☆228Updated 8 months ago
- OpenAPI structures for Go