type Snippet …
func (p *Presentation) newSnippet(fset *token.FileSet, decl ast.Decl, id *ast.Ident) *Snippet { … }
func findSpec(list []ast.Spec, id *ast.Ident) ast.Spec { … }
func (p *Presentation) genSnippet(fset *token.FileSet, d *ast.GenDecl, id *ast.Ident) *Snippet { … }
func (p *Presentation) funcSnippet(fset *token.FileSet, d *ast.FuncDecl, id *ast.Ident) *Snippet { … }
func NewSnippet(fset *token.FileSet, decl ast.Decl, id *ast.Ident) *Snippet { … }
func (p *Presentation) NewSnippet(fset *token.FileSet, decl ast.Decl, id *ast.Ident) *Snippet { … }