Twitter Feed: Post

Twitter Feed

@bradfitz ("Brad Fitzpatrick") wrote:

I'd love a program to run against a #golang package main binary & generate the concatenated source code of *all deps* that is potentially reachable (not provably unreachable) for any context (GOOS/GOARCH/tags).

(For changing things & diffing.)

Does this exist?

@dominikhonnef?