mirror of
https://github.com/golang/go
synced 2024-11-19 02:34:44 -07:00
457b0030f7
R=gri DELTA=252 (240 added, 3 deleted, 9 changed) OCL=27482 CL=27521
62 lines
565 B
Plaintext
62 lines
565 B
Plaintext
PACKAGE
|
|
|
|
package {PackageName}
|
|
import "{ImportPath}"
|
|
{.section Doc}
|
|
|
|
{@}
|
|
{.end}
|
|
{.section Consts}
|
|
|
|
CONSTANTS
|
|
{.repeated section @}
|
|
{# the .repeated section, .section idiom skips over nils in the array}
|
|
|
|
{Decl}
|
|
|
|
{Doc}
|
|
{.end}
|
|
{.end}
|
|
{.section Vars}
|
|
|
|
VARIABLES
|
|
{.repeated section @}
|
|
|
|
{Decl}
|
|
|
|
{Doc}
|
|
{.end}
|
|
{.end}
|
|
{.section Funcs}
|
|
|
|
FUNCTIONS
|
|
{.repeated section @}
|
|
|
|
{Decl}
|
|
|
|
{Doc}
|
|
{.end}
|
|
{.end}
|
|
{.section Types}
|
|
|
|
TYPES
|
|
{.repeated section @}
|
|
|
|
{Decl}
|
|
|
|
{Doc}
|
|
{.repeated section Factories}
|
|
|
|
{Decl}
|
|
|
|
{Doc}
|
|
{.end}
|
|
{.repeated section Methods}
|
|
|
|
{Decl}
|
|
|
|
{Doc}
|
|
{.end}
|
|
{.end}
|
|
{.end}
|