aloof-appointment-30987
01/12/2023, 4:02 PMgo_mod target in a BUILD file at the monorepo root. go_binary in sub directories pick this up.
I would like to mirror the convention used for Python and place the go.mod and associated build file in [monorepo root]/3rdParty/go/
Is this possible? When I try. pants reports `The target ... does not have a go_mod target in its BUILD file or any ancestor BUILD files.`
dependencies on `go_package`does not resolve the go mod target