From d7d1b18a5de13bf5f8a4972182ae572b7ea3d41a Mon Sep 17 00:00:00 2001 From: Volker Dobler Date: Thu, 8 Mar 2012 22:22:36 +1100 Subject: [PATCH] fmt: minor tweak of package doc to show headings in godoc R=golang-dev, adg CC=golang-dev https://golang.org/cl/5781052 --- src/pkg/fmt/doc.go | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/pkg/fmt/doc.go b/src/pkg/fmt/doc.go index 7d4178da76..9660370c29 100644 --- a/src/pkg/fmt/doc.go +++ b/src/pkg/fmt/doc.go @@ -7,7 +7,8 @@ to C's printf and scanf. The format 'verbs' are derived from C's but are simpler. - Printing: + + Printing The verbs: @@ -127,7 +128,8 @@ by a single character (the verb) and end with a parenthesized description. - Scanning: + + Scanning An analogous set of functions scans formatted text to yield values. Scan, Scanf and Scanln read from os.Stdin; Fscan, -- 2.50.0