func init() { … } type Video … func (v Video) PresentCmd() string { … } func (v Video) TemplateName() string { … } func parseVideo(ctx *Context, fileName string, lineno int, text string) (Elem, error) { … }
func init() { … } type Video … func (v Video) PresentCmd() string { … } func (v Video) TemplateName() string { … } func parseVideo(ctx *Context, fileName string, lineno int, text string) (Elem, error) { … }