Skip to content

Commit 43b8b75

Browse files
avoidaloneccojocar
authored andcommittedMar 11, 2024··
chore: fix function name
Signed-off-by: avoidalone <wuguangdong@outlook.com>
1 parent accd7a1 commit 43b8b75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎helpers.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ func getIdentStringValues(ident *ast.Ident, stringFinder func(ast.Node) (string,
260260
return values
261261
}
262262

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

0 commit comments

Comments
 (0)
Please sign in to comment.