ijt / go-anytimeLinks
Parse natural and standardized dates/times and ranges in Go without knowing the format in advance
☆34Updated 3 years ago
Alternatives and similar repositories for go-anytime
Users that are interested in go-anytime are comparing it to the libraries listed below
Sorting:
- A modern generic testing assertions library for Go☆208Updated 5 months ago
- Use golang structured logging (slog) with context. Add and retrieve logger to and from context. Add attributes to context. Automatically …☆177Updated 2 weeks ago
- Go errors but structured and composable. Fault provides an extensible yet ergonomic mechanism for wrapping errors.☆306Updated 7 months ago
- Type safe enums for Go without code generation or reflection☆452Updated 5 months ago
- Modern, zero-dependency HTTP library for Go☆147Updated last week
- devslog - Go slog.Handler for development☆207Updated 7 months ago
- Importable package that parses version info from debug.ReadBuildInfo().☆292Updated last year
- Type Safe Enum generator for Go☆370Updated 5 months ago
- 🚨 slog: Attribute formatting☆212Updated last week
- Transactor is an injectable type making DB transactions seamless.☆172Updated this week
- Go 1.23 range functions with database/sql☆150Updated last year
- 📐 Go schema declaration and validation with static types.☆84Updated 8 months ago
- Go slog's Handler implementation to ensure correlation with Open-Telemetry spans.☆137Updated this week
- Go implementation of TypeIDs: type-safe, K-sortable, and globally unique identifiers inspired by Stripe IDs☆187Updated 2 months ago
- A terminal-based diagnostic tool for Go pprof data☆274Updated 6 months ago
- An extensible file system abstraction for Go. File systems, composable interfaces, and test suites.☆262Updated last year
- A minimalist Go configuration library☆385Updated 8 months ago
- A high-performance, high precision, zero allocation fixed-point decimal library for financial applications☆170Updated 7 months ago
- 🚨 slog sampling: drop repetitive log records☆103Updated last week
- YSMRR is a package that provides simple multi-line compatible spinners for Go applications.☆90Updated last month
- A simple and ergonomic optional type for Go.☆35Updated 2 years ago
- Dump any GO variable with ease☆223Updated 3 months ago
- Building blocks for idiomatic Go pipelines☆300Updated last week
- A robust, dependency-free go library that provides simple, thin, and user-friendly pub-sub kind of in-process event system for your Go ap…☆319Updated 3 months ago
- Lightweight, non intrusive Command Line Argument Parser☆75Updated last year
- Valgo is a type-safe, expressive, and extensible validator library for Golang. Supports localization and is built with generics.☆506Updated this week
- Generic resource pool for Go