blob: 1571fdf251cafb45ae850c3b1e6058c085244450 [file] [log] [blame]
Leopold Schabel18b4d652020-12-14 18:27:07 +01001load("@io_bazel_rules_go//go:def.bzl", "go_library")
2
3go_library(
Lorenz Brund13c1c62022-03-30 19:58:58 +02004 name = "watchers",
Leopold Schabel18b4d652020-12-14 18:27:07 +01005 srcs = ["filewatchers.go"],
Serge Bazanski31370b02021-01-07 16:31:14 +01006 importpath = "source.monogon.dev/intellij/localconfig/watchers",
Leopold Schabel18b4d652020-12-14 18:27:07 +01007 visibility = ["//visibility:public"],
8)