func init() { … } type Image … func (i Image) PresentCmd() string { … } func (i Image) TemplateName() string { … } func parseImage(ctx *Context, fileName string, lineno int, text string) (Elem, error) { … }
func init() { … } type Image … func (i Image) PresentCmd() string { … } func (i Image) TemplateName() string { … } func parseImage(ctx *Context, fileName string, lineno int, text string) (Elem, error) { … }