aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTeddy Wing2023-05-16 20:30:25 +0200
committerTeddy Wing2023-05-16 20:30:25 +0200
commit06c668edd231d90b4f3ddc729ca47102e5625662 (patch)
treecf22c27b896311a91a31e9ff0419918989969339
parent13906a78ef608d790fe0b65e96aee7ea4a411755 (diff)
downloadgocapturedrefrace-06c668edd231d90b4f3ddc729ca47102e5625662.tar.bz2
Add notes for next things to add and fix
These items don't pass our tests.
-rw-r--r--gocapturedrefrace.go3
1 files changed, 3 insertions, 0 deletions
diff --git a/gocapturedrefrace.go b/gocapturedrefrace.go
index 1353d7d..7f5d16d 100644
--- a/gocapturedrefrace.go
+++ b/gocapturedrefrace.go
@@ -141,6 +141,9 @@ func checkClosure(
)
}
+ // TODO: Ignore `aStruct` type
+ // TODO: Report references in argument list
+
return true
},
)