awslabs / ar-go-tools

ar-go-tools (Argot) is a collection of analysis tools for Go
Apache License 2.0
5 stars 1 forks source link

Copy x/tools pointer analysis to internal package #72

Closed samarth-aws closed 2 weeks ago

samarth-aws commented 3 weeks ago

Copy the pointer analysis from v0.8.0 of x/tools to an internal package to enable us to upgrade x/tools to the latest version without breaking anything.