github.com/distbuild/reclient@v0.0.0-20240401075343-3de72e395564/pkg/inputprocessor/fake/BUILD.bazel (about)

     1  load("@io_bazel_rules_go//go:def.bzl", "go_library")
     2  
     3  go_library(
     4      name = "fake",
     5      testonly = 1,
     6      srcs = ["executor.go"],
     7      importpath = "github.com/bazelbuild/reclient/pkg/inputprocessor/fake",
     8      visibility = ["//visibility:public"],
     9      deps = ["@com_github_bazelbuild_remote_apis_sdks//go/pkg/command"],
    10  )