]> Cypherpunks repositories - gostls13.git/commit
fmt: update docs for %03s
authorRuss Cox <rsc@golang.org>
Mon, 29 Jan 2024 17:14:55 +0000 (12:14 -0500)
committerRuss Cox <rsc@golang.org>
Wed, 31 Jan 2024 14:16:48 +0000 (14:16 +0000)
commitb32ec6c961182e5bca6ae8420d6aa1204d7d2821
tree003cc65c01cf53e17f1443cbf0cc6ad83113b02d
parenta939bb94399ce50f7ca62d546a75a226de525d27
fmt: update docs for %03s

%03s zero-pads a string with spaces; always has and now always will.

Fixes #56486.

Change-Id: Ia336581ae7db1c3456699e69e14a3071f50c9f2a
Reviewed-on: https://go-review.googlesource.com/c/go/+/559197
Reviewed-by: Rob Pike <r@golang.org>
Reviewed-by: Michael Knyszek <mknyszek@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
src/fmt/doc.go