aboutsummaryrefslogtreecommitdiffstats
path: root/capturedrefrace.go
AgeCommit message (Expand)Author
2023-05-20Clarify why we skip non-local functionsv0.0.1Teddy Wing
2023-05-20Clean up panic debugging from c064b2142aa81488e32be387393c494d98696a55Teddy Wing
2023-05-20Fix panic when go statement calls non-function-literalTeddy Wing
2023-05-20Clean up 'function literal in variable' codeTeddy Wing
2023-05-20Add support for function literals defined in local variablesTeddy Wing
2023-05-20Ideas for getting a FuncLit from an `*ast.Ident` variableTeddy Wing
2023-05-20Find `*ast.FuncLit` in local assignmentTeddy Wing
2023-05-19Inspect `go` statement call function to try to find local closuresTeddy Wing
2023-05-18Add package documentationTeddy Wing
2023-05-18gocapturedrefrace/main: Add version command line argumentTeddy Wing
2023-05-18Rename package to "capturedrefrace"Teddy Wing