]> Cypherpunks repositories - gostls13.git/commit
text/tabwriter: clarify documentation
authorRobert Griesemer <gri@golang.org>
Tue, 23 Feb 2016 19:15:56 +0000 (11:15 -0800)
committerRobert Griesemer <gri@golang.org>
Tue, 23 Feb 2016 22:09:32 +0000 (22:09 +0000)
commitef3c45adfcd91375765e662d875b71f65d455016
treeadd75b5cfe4ef1d8279bec3dd31197f0f26522e8
parent7786f9790561ceda98e9883256ed50d26fa136d6
text/tabwriter: clarify documentation

More clearly distinguish between tab-terminated cells
which are part of an (aligned) column, and non-tab terminated
cells which are not part of a column. Added additional examples.

For #14412.

Change-Id: If72607385752e221eaa2518238b11f48fbcb8a90
Reviewed-on: https://go-review.googlesource.com/19855
Reviewed-by: Alan Donovan <adonovan@google.com>
src/text/tabwriter/example_test.go
src/text/tabwriter/tabwriter.go