bubblelister
Struct lister
A Go-based program for listing structs in a structured way
41 stars
1 watching
4 forks
Language: Go
last commit: over 1 year ago Related projects:
Repository | Description | Stars |
---|---|---|
treilik/bubbleboxer | A Go-based composition tool for arranging bubbles into boxes with layout control and addressable content | 65 |
miku/zek | Automates creation of Go structs from XML documents | 750 |
srfrog/dict | Provides an alternative data structure to Go's built-in map and slice types | 45 |
alexflint/go-arg | Provides a structured approach to parsing command-line arguments in Go | 2,039 |
1set/starlet | A Go wrapper that simplifies the usage of Starlark by providing an easier-to-use interface and additional libraries for scripting and data conversion. | 21 |
guiferpa/gody | A lightweight struct validator for Go. | 87 |
liyue201/gostl | A data structure and algorithm library designed to provide functions similar to C++ STL in Go. | 1,057 |
structy/log | A simple to use log system with debugging and differentiation features | 5 |
blockloop/scan | A library to scan SQL rows directly into Go data structures without extra overhead | 562 |
sgreben/piecewiselinear | A lightweight linear interpolation library for Go | 26 |
anacrolix/tagflag | Tool for declaratively parsing command-line flags in Go using struct tags. | 11 |
kowainik/treap | An efficient data structure for fast insertions and queries on sequences of values | 63 |
pumpkinseed/structs | A set of utility functions for manipulating and comparing structs in Go programming language. | 24 |
srfrog/slices | A Go package providing basic slice operations and extensions of standard library functions to work with slices. | 17 |
pieterclaerhout/go-xray | A Go library providing reflection helpers for easier usage of structs | 27 |