chenmingyong0423 / go-optionerLinks
go-optioner is a tool for generating functional options pattern in Go code. This tool can automatically generate corresponding options code based on the given struct definition.
☆65Updated last year
Alternatives and similar repositories for go-optioner
Users that are interested in go-optioner are comparing it to the libraries listed below
Sorting:
- 🗃 Generic cache use and cache manage. Provide a unified usage API by packaging various commonly used drivers. Support File, Memory, Red…☆198Updated this week
- A in-process MapReduce library to help you optimizing service response time or concurrent task processing.☆173Updated last year
- A tool to generate bun, gorm, sql, sqlx and xorm sql code.☆85Updated 2 years ago
- pcopy是深度拷贝库,相比上个版本(v0.0.10),性能提升4-10倍☆92Updated 4 months ago
- 从 protobuf 文件中生成使用 gin 的 http rpc 服务 (protobuf to gin code)☆118Updated 2 years ago
- High-performance timer implementation based on 5-level time wheel. 高性能定时器(5级时间轮,最小堆)[从零实现]☆286Updated 8 months ago
- minimalist in-memory kv storage, powered by hashmap and minimal quad heap.☆51Updated last year
- go并发模式的demo☆67Updated last year
- A tool to check available updates of packages in go.mod.☆123Updated 2 years ago
- gorm v2的即插即用、无需修改代码的旁路缓存。An easy-to-use look-aside cache solution for gorm v2 users.☆118Updated last year
- golang json字段过滤,复用struct 随意选择你想要输出为json的结构体字段。 json filter Golang's JSON filter randomly selects the structure fields you want to output …☆134Updated 9 months ago
- Stream API for Go.☆92Updated 3 years ago
- 让 Go 便捷使用装饰器的工具,装饰器能够切面 (AOP)、代理 (Proxy) 任意的函数和方法,提供观察和控制函数的能力。go-decorator is a tool that allows Go to easily use decorators. The decora…☆83Updated 5 months ago
- A Go Mongo library based on the official MongoDB driver, featuring streamlined document operations, generic binding of structs to collect…☆204Updated last week
- A generics based dependency injection application framework for Go, supporting aspect oriented programming based on interceptors☆186Updated last month
- a simple netpoll implemented using go