donutloop/toolkit
Collection of useful patterns
This toolkit helps Go developers implement common software design patterns and build robust, scalable applications. It provides pre-built solutions for tasks like managing concurrent operations, scheduling jobs, handling errors gracefully, and setting up event-driven systems. Developers can integrate these patterns into their Go projects to streamline development and improve system reliability.
158 stars. No commits in the last 6 months.
Use this if you are a Go developer building an application and need reliable, tested implementations for common architectural challenges.
Not ideal if you are not a Go developer, or if you are looking for a high-level application framework rather than a collection of foundational design patterns.
Stars
158
Forks
8
Language
Go
License
MIT
Category
Last pushed
May 10, 2021
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ai-coding/donutloop/toolkit"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
googleapis/gapic-generator-python
Generate Python API client libraries from Protocol Buffers.
zeromicro/go-zero
A cloud-native Go microservices framework with cli tool for productivity.
omissis/go-jsonschema
A tool to generate Go data types from JSON Schema definitions.
openconfig/ygot
A YANG-centric Go toolkit - Go/Protobuf Code Generation; Validation; Marshaling/Unmarshaling
mailru/easyjson
Fast JSON serializer for golang.