go_third_party_package
A package from a third-party Go module.
You should not explicitly create this target in BUILD files. Instead, add a go_mod
target where you have your go.mod
file, which will generate go_third_party_package
targets for you.
Make sure that your go.mod
and go.sum
files include this package's module.
Backend: ``