mirror of https://github.com/golang/go.git
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:
parent
8a146e707c
commit
d7d1b18a5d
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in New Issue