This repository is a minimal reproduction of a bug I found in the pants build go module.
pants test ::
The execution will hang at the message
Prepare Go Test Binary
Test should run and finish.
cd src/go/test
go test -v ./...
Executes the test successfully.