We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de2c6a3 commit 1915717Copy full SHA for 1915717
analyzer.go
@@ -73,7 +73,7 @@ type Context struct {
73
PassedValues map[string]interface{}
74
}
75
76
-// getFileAtNodePos returns the file at the node position in the file set available in the context.
+// GetFileAtNodePos returns the file at the node position in the file set available in the context.
77
func (ctx *Context) GetFileAtNodePos(node ast.Node) *token.File {
78
return ctx.FileSet.File(node.Pos())
79
0 commit comments