zarldev / goenums
Type Safe Enum generator for Go
☆224Updated 6 months ago
Related projects ⓘ
Alternatives and complementary repositories for goenums
- The simplest config loader for Go that reads/watches from file, env, flag and clouds (AWS, Azure, GCP).☆239Updated this week
- Valgo is a type-safe, expressive, and extensible validator library for Golang. Supports localization and is built with generics.☆434Updated 5 months ago
- Type safe enums for Go without code generation or reflection☆386Updated 3 months ago
- A Go time testing library for writing deterministic unit tests☆240Updated last month
- Importable package that parses version info from debug.ReadBuildInfo().☆256Updated last week
- Structured concurrency made easy☆369Updated last month
- devslog - Go slog.Handler for development☆162Updated 2 months ago
- An implementation of a `Nullable` type for JSON bodies, indicating whether the field is absent, set to null, or set to a value