]> Cypherpunks repositories - gostls13.git/commit
fmt: add a package-level example illustrating basic formats
authorRob Pike <r@golang.org>
Fri, 21 Sep 2018 00:48:05 +0000 (10:48 +1000)
committerRob Pike <r@golang.org>
Mon, 24 Sep 2018 21:02:01 +0000 (21:02 +0000)
commitc5a8d1d2f92678b3e17781dd1315f15e24da00f3
tree70dc8947d2f1df45fe8648d0cbbe042becbb12a7
parentb3369063e52571be1cdf0e7a16f99b12c2a23914
fmt: add a package-level example illustrating basic formats

There is much left out here—the space of possibilities is very
large—but this example shows all that most programmers will need
to know for most printing problems.

Update #27554.

Change-Id: Ib6ae651d5c3720cf7fe1a05ffd0859a5b56a9157
Reviewed-on: https://go-review.googlesource.com/136616
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/fmt/example_test.go