GoLang go.mod question I've been able to configur...
# general
a
GoLang go.mod question I've been able to configure an example project with go.mod file and a
go_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