]> git.feebdaed.xyz Git - 0xmirror/go.git/commit
fmt: document space behavior of Append
authorAlan Donovan <adonovan@google.com>
Fri, 18 Jul 2025 18:57:38 +0000 (14:57 -0400)
committerAlan Donovan <adonovan@google.com>
Fri, 28 Nov 2025 03:54:18 +0000 (19:54 -0800)
commit67d4a28707fe948b4d5fe3e171717ab887730c2b
tree921ba50389da022d81b297df5b20e08d1391eae5
parentc079dd13c0b0e977d607cf2775bc2f16dd3d106e
fmt: document space behavior of Append

Also, introduce the {Print,Fprint,Sprint,Append}{,f,ln}
cross product of functions at the top of the docs.

Fixes #74656

Change-Id: I85a156cd545ca866e579d8020ddf165cd4bcb26f
Reviewed-on: https://go-review.googlesource.com/c/go/+/688877
Reviewed-by: Rob Pike <r@golang.org>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Damien Neil <dneil@google.com>
src/fmt/doc.go
src/fmt/print.go