diff options
author | Teddy Wing | 2023-05-18 04:52:21 +0200 |
---|---|---|
committer | Teddy Wing | 2023-05-18 04:52:21 +0200 |
commit | 75c1da0c3f0a1245e0b1a2775245d85a831eee47 (patch) | |
tree | 07802ac7d3996ec1585c30b5ceb14ca32d36d49c /capturedrefrace_test.go | |
parent | 3e2c455312e3558f6793b6f526c37820e8fe2afd (diff) | |
download | gocapturedrefrace-75c1da0c3f0a1245e0b1a2775245d85a831eee47.tar.bz2 |
Use `passes/inspect` to find `go` statements
I originally thought that I could save on the two additional
`ast.Inspect` calls in this file by using the `passes/inspect` library,
but it doesn't replace those calls. It seems to help more when you have
multiple analysers to run at once. Not sure how much it helps us here.
Diffstat (limited to 'capturedrefrace_test.go')
0 files changed, 0 insertions, 0 deletions