The config_setting @io_bazel_rules_go//go/platform:darwin is activated if the target operating system is @bazel_tools//platforms:osx. Unfortunately, there's no way to match both osx and ios, which is what the darwin tag requires.
bazel-contrib/rules_go#2118 adds @io_bazel_rules_go//go/platform:ios. Gazelle should generate additional select cases with this when a darwin tag is found.
The
config_setting@io_bazel_rules_go//go/platform:darwinis activated if the target operating system is@bazel_tools//platforms:osx. Unfortunately, there's no way to match bothosxandios, which is what thedarwintag requires.bazel-contrib/rules_go#2118 adds
@io_bazel_rules_go//go/platform:ios. Gazelle should generate additionalselectcases with this when adarwintag is found.