Go Libraries
A small collection of Go libraries I’ve reached for enough that I’ve opted to publish them. Typically they always end up as something to do with parsing strings. Support is limited but I welcome bug reports.
- csf (context-based string formatting): Library for generating conditionally templated human-readable strings from key-value map pairs (like deserialized JSON) in code.
- tqp (tiny query parser): Bare bones package for parsing various
key:value
attributes in user-generated query strings.