[ trixie ]
[ sid ]
[ 原始碼: golang-github-shenwei356-stable ]
套件:golang-github-shenwei356-stable-dev(0.1.7-2)
golang-github-shenwei356-stable-dev 的相關連結
Debian 的資源:
下載原始碼套件 golang-github-shenwei356-stable:
- [golang-github-shenwei356-stable_0.1.7-2.dsc]
- [golang-github-shenwei356-stable_0.1.7.orig.tar.gz]
- [golang-github-shenwei356-stable_0.1.7-2.debian.tar.xz]
維護小組:
外部的資源:
- 主頁 [github.com]
相似套件:
streaming pretty text table for Golang (library)
stable is a streaming pretty text table for Golang.
Features:
- Supporting streaming output (optional). When a writer is configured, a newly added row is formatted and written to the writer immediately. It is memory-effective for a large number of rows. And it is helpful to pipe the data in shell. - Supporting wrapping text or clipping text. The minimum and maximum width of the column can be configured for each column or globally. - Configured table styles. Some preset styles are also provided. - Unicode supported
其他與 golang-github-shenwei356-stable-dev 有關的套件
|
|
|
|
-
- dep: golang-github-dustin-go-humanize-dev
- format units to human friendly sizes (Go library)
-
- dep: golang-github-mattn-go-runewidth-dev
- functions to get fixed width of the character or string