Commit d7d1b18a authored by Volker Dobler's avatar Volker Dobler Committed by Andrew Gerrand

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

R=golang-dev, adg
CC=golang-dev
https://golang.org/cl/5781052
parent 8a146e70
......@@ -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,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment