Documentation ¶
Index ¶
- func Atoi(s string) int
- func GetExportedName(field string) string
- func InStrings(item string, items []string) bool
- func NewBinaryExpr(left goast.Expr, operator token.Token, right goast.Expr) *goast.BinaryExpr
- func NewCallExpr(functionName string, args ...goast.Expr) *goast.CallExpr
- func NewIdent(name string) goast.Expr
- func NewIdents(names ...string) []goast.Expr
- func NewIntLit(value int) *goast.BasicLit
- func NewStringLit(value string) *goast.BasicLit
- func ShowDiff(a, b string) string
- func Ucfirst(word string) string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetExportedName ¶ added in v0.9.0
func NewBinaryExpr ¶ added in v0.11.0
func NewCallExpr ¶ added in v0.11.0
func NewStringLit ¶ added in v0.11.0
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.