Documentation ¶
Index ¶
- func DeclSame(a ast.Decl, b ast.Decl) bool
- func DeclsSame(a []ast.Decl, b []ast.Decl) bool
- func ExprSame(a ast.Expr, b ast.Expr) bool
- func ExprsSame(a []ast.Expr, b []ast.Expr) bool
- func FileSame(a *ast.File, b *ast.File) bool
- func FuncDeclSame(a *ast.FuncDecl, b *ast.FuncDecl) bool
- func FuncDeclSameIgnoreBody(a *ast.FuncDecl, b *ast.FuncDecl) bool
- func NodeSame(a ast.Node, b ast.Node) bool
- func SpecSame(a ast.Spec, b ast.Spec) bool
- func SpecsSame(a []ast.Spec, b []ast.Spec) bool
- func StmtSame(a ast.Stmt, b ast.Stmt) bool
- func StmtsSame(a []ast.Stmt, b []ast.Stmt) bool
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.