bykof / go-plantuml
Generate plantuml diagrams from go source files or directories
☆388Updated 3 months ago
Related projects ⓘ
Alternatives and complementary repositories for go-plantuml
- Redis client Mock☆282Updated 4 months ago
- Zero-allocation reflection library for Go☆525Updated 11 months ago
- Go generator to copy values from type to type and fields from struct to struct (copier without reflection). Generate any code based on ty…☆353Updated 8 months ago
- Convert string to camel case, snake case, kebab case / slugify, custom delimiter, pad string, tease string and many other functionalities…☆233Updated 6 months ago
- Fast ring-buffer deque (double-ended queue)☆582Updated last year
- GCI, a tool that control golang package import order and make it always deterministic.☆424Updated 2 months ago
- Abstract JSON for Golang with JSONPath support☆241Updated 2 weeks ago
- Yet another Go package which parses a Protocol Buffer file (proto2+proto3)☆180Updated 4 months ago
- http integration test framework☆255Updated 4 months ago
- A library for diffing golang structures☆895Updated last year
- 🔍 Go binary size SVG treemap☆445Updated last month
- Generate type-safe Go converters by simply defining an interface☆517Updated last month
- 🚀 A real-time Golang runtime stats visualization profiler☆575Updated 3 months ago
- Optimal implementation of ordered maps for Golang - ie maps that remember the order in which keys were inserted.☆525Updated 2 months ago
- Bunch of examples for dealing with the reflect package☆559Updated 3 years ago
- Golang package for editing struct's fields during runtime and mapping structs to other structs.☆689Updated 9 months ago
- Combine one or more Go errors together☆1,037Updated 6 months ago
- Queue is a Golang library for spawning and managing a Goroutine pool☆452Updated last week
- Transformation functions generator for Protocol Buffers.☆203Updated 3 years ago
- An enum generator for go☆753Updated 3 weeks ago
- Collect DB Status or user-defined metrics with Prometheus☆150Updated 3 weeks ago
- Go structures with default values using tags☆305Updated 3 months ago
- 🛠 A full-featured dependency injection container for go programming language.☆232Updated 10 months ago
- Refactoring and code transformation tool for Go.☆934Updated last month
- An experimental Go local docs server/generator and code reader implemented with some fresh ideas.☆609Updated this week
- Configuration for Go applications☆447Updated 9 months ago
- Go concurrent-safe, goroutine-safe, thread-safe queue☆395Updated last year
- Calculates cognitive complexities of functions (and methods) in Go source code. (Golang cognitive complexity)☆350Updated 3 months ago
- Drop-in replacement for the standard library errors package and github.com/pkg/errors☆198Updated 2 years ago
- A Go tool to auto generate methods for your enums