[#21853] Adjust Go cross-compile to target entire package by youngoli · Pull Request #21854 · apache/beam

@youngoli

This logic was already being applied in the test case but not the general case. Now it is just applied regardless. Instead of targeting a specific main.go file (ex. "foo/main.go") it will now target an entire directory (ex. "foo/.") and get all the other files needed.

damccorm

bullet03 pushed a commit to akvelon/beam that referenced this pull request

Jun 20, 2022
…he#21854)

This logic was already being applied in the test case but not the general case. Now it is just applied regardless. Instead of targeting a specific main.go file (ex. "foo/main.go") it will now target an entire directory (ex. "foo/.") and get all the other files needed.