Aaron Beitch

Results 15 comments of Aaron Beitch

@marcushines #190 looks to have missed regeneration of packet_link_qualification and packet_capture. They are both missing _grpc.pb.go files.

To add a bit more color here, in our repo we check for unexpected dependencies of our binaries. This is done to reduce binary bloat, to avoid side effects of...

We have a small program (that's not open source, sorry) that uses [golang.org/x/tools/go/packages](https://pkg.go.dev/golang.org/x/tools/go/packages) to load a package and walk its dependency tree, reporting any uses of forbidden dependencies. Another simple...