mirror of
https://github.com/avelino/awesome-go.git
synced 2025-01-31 04:48:53 +00:00
add package neilotoole/sq (#5546)
This commit is contained in:
parent
f67e5226fc
commit
49cf173217
@ -2539,6 +2539,7 @@ See also [Natural Language Processing](#natural-language-processing) and [Text A
|
|||||||
- [go-fixedwidth](https://github.com/ianlopshire/go-fixedwidth) - Fixed-width text formatting (encoder/decoder with reflection).
|
- [go-fixedwidth](https://github.com/ianlopshire/go-fixedwidth) - Fixed-width text formatting (encoder/decoder with reflection).
|
||||||
- [go-humanize](https://github.com/dustin/go-humanize) - Formatters for time, numbers, and memory size to human readable format.
|
- [go-humanize](https://github.com/dustin/go-humanize) - Formatters for time, numbers, and memory size to human readable format.
|
||||||
- [gotabulate](https://github.com/bndr/gotabulate) - Easily pretty-print your tabular data with Go.
|
- [gotabulate](https://github.com/bndr/gotabulate) - Easily pretty-print your tabular data with Go.
|
||||||
|
- [sq](https://github.com/neilotoole/sq) - Convert data from SQL databases or document formats like CSV or Excel into formats such as JSON, Excel, CSV, HTML, Markdown, XML, and YAML.
|
||||||
- [textwrap](https://github.com/isbm/textwrap) - Wraps text at end of lines. Implementation of `textwrap` module from Python.
|
- [textwrap](https://github.com/isbm/textwrap) - Wraps text at end of lines. Implementation of `textwrap` module from Python.
|
||||||
|
|
||||||
### Markup Languages
|
### Markup Languages
|
||||||
|
Loading…
Reference in New Issue
Block a user