Go Package text/tabwriter: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
(Created page with "=External= * https://pkg.go.dev/text/tabwriter =Internal= * Standard Library =Overview=")
 
Line 6: Line 6:


=Overview=
=Overview=
The package implements a write filter that translates tabbed columns in input into properly aligned text. The package is using the Elastic Tabstops algorithm described at http://nickgravgaard.com/elastictabstops/index.html.

Revision as of 04:01, 20 January 2024

External

Internal

Overview

The package implements a write filter that translates tabbed columns in input into properly aligned text. The package is using the Elastic Tabstops algorithm described at http://nickgravgaard.com/elastictabstops/index.html.