Ompluscator / dynamic-structLinks
Golang package for editing struct's fields during runtime and mapping structs to other structs.
☆723Updated last year
Alternatives and similar repositories for dynamic-struct
Users that are interested in dynamic-struct are comparing it to the libraries listed below
Sorting:
- A library for diffing golang structures☆971Updated 2 months ago
- An enum generator for go☆880Updated last week
- 🔃 An ordered map in Go with amortized O(1) for Set, Get, Delete and Len.☆992Updated last month
- Initialize structs with default values☆857Updated last year
- A golang package for converting to snake_case or CamelCase☆1,114Updated last year
- An in-memory cache with item expiration and generics☆1,162Updated 3 weeks ago
- Expression evaluation in golang☆804Updated 2 months ago
- Optimal implementation of ordered maps for Golang - ie maps that remember the order in which keys were inserted.☆629Updated 6 months ago
- Server Sent Events server and client for Golang☆991Updated last year
- A comprehensive error handling library for Go☆1,266Updated 11 months ago
- Convert Golang's http.Request to CURL command line☆795Updated 3 weeks ago
- 🚀 A real-time Golang runtime stats visualization profiler☆591Updated last year
- Parse and modify Go struct field tags☆647Updated 2 years ago
- Combine one or more Go errors together☆1,154Updated last year
- In-memory SQL engine in Go sql/driver for testing purpose☆912Updated last year
- Generate a Go struct from XML.☆815Updated 5 months ago
- orderedmap is a golang map where the keys keep the order that they're added. It can be de/serialized from/to JSON. It's based closely on …☆396Updated 2 years ago
- Concurrency limiting goroutine pool☆1,426Updated 8 months ago
- Go package for dealing with maps, slices, JSON and other data.☆807Updated 3 weeks ago
- Wrapper types for sync/atomic which enforce atomic access☆1,435Updated 6 months ago
- Golang errors with stack trace and source fragments.☆1,102Updated last year
- Bunch of examples for dealing with the reflect package☆572Updated 4 years ago
- Simple and fast template engine for Go☆887Updated 2 years ago
- Golang asynchronous task/job queue with Redis, SQS, IronMQ, and in-memory backends☆1,324Updated 6 months ago
- Generate type-safe Go converters by defining function signatures.☆779Updated last month
- Go concurrent-safe, goroutine-safe, thread-safe queue☆430Updated 2 years ago
- Configuration for Go applications☆463Updated last year
- A flexible and powerful SQL string builder library plus a zero-config ORM.☆1,614Updated last week
- Cache library with Redis backend for Golang☆811Updated last year
- Copygen generates code based on Go types. Generate type-based code to copy values from type to type and fields from struct to struct by d…☆397Updated 7 months ago