blob: 66879b8814e2346996e5f18b6e4a762577ac1e2f [file] [log] [blame]
load("@io_bazel_rules_go//go:def.bzl", "go_library")
go_library(
name = "watchdog",
srcs = ["watchdog.go"],
importpath = "source.monogon.dev/osbase/watchdog",
visibility = ["//visibility:public"],
deps = ["@org_golang_x_sys//unix"],
)