fmt: minor tweak of package doc to show headings in godoc

R=golang-dev, adg
CC=golang-dev
https://golang.org/cl/5781052
This commit is contained in:
Volker Dobler 2012-03-08 22:22:36 +11:00 committed by Andrew Gerrand
parent 8a146e707c
commit d7d1b18a5d
1 changed files with 4 additions and 2 deletions

View File

@ -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,