From: Volker Dobler Date: Thu, 8 Mar 2012 11:22:36 +0000 (+1100) Subject: fmt: minor tweak of package doc to show headings in godoc X-Git-Tag: weekly.2012-03-13~94 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=d7d1b18a5de13bf5f8a4972182ae572b7ea3d41a;p=gostls13.git fmt: minor tweak of package doc to show headings in godoc R=golang-dev, adg CC=golang-dev https://golang.org/cl/5781052 --- 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,