...

Text file src/edge-infra.dev/pkg/sds/lib/fswatcher/BUILD.bazel

Documentation: edge-infra.dev/pkg/sds/lib/fswatcher

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

View as plain text