aboutsummaryrefslogtreecommitdiffstats
path: root/defererr.go
AgeCommit message (Collapse)Author
2023-05-18Ideas for walking functions first instead of `defer`s firstTeddy Wing
I was having a hard time figuring out how to get the function where a `defer` occurs from the defer, so I decided to look at all functions first instead, and find out if they contain `defer`s.
2023-05-18Ideas for an analyser for returning errors from deferTeddy Wing
Still working out how to traverse the AST to be able to see the objects I need.