Documentation
¶
Index ¶
- func IsGenericFunc(funcDecl *ast.FuncDecl) bool
- func JoinQuoteNames(names []string, sep string) string
- func ParseReceiverInfo(fnName string, receiverType ast.Expr) (identityName string, recvPtr bool, recvGeneric bool, recvType *ast.Ident)
- func ParseReceiverType(typeExpr ast.Expr) (ptr bool, generic bool, recvType *ast.Ident)
- func QuoteNames(names []string) []string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func IsGenericFunc ¶
func JoinQuoteNames ¶
func ParseReceiverInfo ¶
func ParseReceiverType ¶
func QuoteNames ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.