summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorRob Pike <r@golang.org>2009-06-22 14:18:23 -0700
committerRob Pike <r@golang.org>2009-06-22 14:18:23 -0700
commit7d8a8f39fd268189f01e5cca65847113f5fe82a7 (patch)
treec61df2a885454159689bd4ebe25c4a6a1f2ff9e1 /lib
parentca7d389a446a277b6340a47e85c00b86493596ee (diff)
downloadgo-7d8a8f39fd268189f01e5cca65847113f5fe82a7.tar.gz
tweak the newlines so the headers stand out better.
old: CONSTANTS const ( MissingKind = iota; ) new: CONSTANTS const ( MissingKind = iota; ) R=gri,rsc DELTA=4 (4 added, 0 deleted, 0 changed) OCL=30362 CL=30598
Diffstat (limited to 'lib')
-rw-r--r--lib/godoc/package.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/godoc/package.txt b/lib/godoc/package.txt
index c7ffa0921..542c2c460 100644
--- a/lib/godoc/package.txt
+++ b/lib/godoc/package.txt
@@ -17,6 +17,7 @@ import "{ImportPath}"
{.section Consts}
CONSTANTS
+
{.repeated section @}
{Decl}
{Doc}
@@ -25,6 +26,7 @@ CONSTANTS
{.section Vars}
VARIABLES
+
{.repeated section @}
{Decl}
{Doc}
@@ -33,6 +35,7 @@ VARIABLES
{.section Funcs}
FUNCTIONS
+
{.repeated section @}
{Decl}
{Doc}
@@ -41,6 +44,7 @@ FUNCTIONS
{.section Types}
TYPES
+
{.repeated section @}
{Decl}
{Doc}