mirror of
https://github.com/golang/go
synced 2024-11-22 06:04:39 -07:00
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
This commit is contained in:
parent
d281748a6d
commit
ee23998963
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user