...

Text file src/edge-infra.dev/pkg/sds/lib/xorg/xrandr/fake/BUILD.bazel

Documentation: edge-infra.dev/pkg/sds/lib/xorg/xrandr/fake

     1load("@io_bazel_rules_go//go:def.bzl", "go_library")
     2
     3go_library(
     4    name = "fake",
     5    srcs = ["xrandr.go"],
     6    importpath = "edge-infra.dev/pkg/sds/lib/xorg/xrandr/fake",
     7    visibility = ["//visibility:public"],
     8    deps = [
     9        "//pkg/sds/lib/xorg/xrandr",
    10        "@com_github_stretchr_testify//mock",
    11    ],
    12)

View as plain text