Skip to content

Commit

Permalink
chore: fix function name
Browse files Browse the repository at this point in the history
Signed-off-by: avoidalone <wuguangdong@outlook.com>
  • Loading branch information
avoidalone authored and ccojocar committed Mar 11, 2024
1 parent accd7a1 commit 43b8b75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helpers.go
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ func getIdentStringValues(ident *ast.Ident, stringFinder func(ast.Node) (string,
return values
}

// getIdentStringRecursive returns the string of values of an Ident if they can be resolved
// GetIdentStringValuesRecursive returns the string of values of an Ident if they can be resolved
// The difference between this and GetIdentStringValues is that it will attempt to resolve the strings recursively,
// if it is passed a *ast.BinaryExpr. See GetStringRecursive for details
func GetIdentStringValuesRecursive(ident *ast.Ident) []string {
Expand Down

0 comments on commit 43b8b75

Please sign in to comment.