blob: 42720895c221403c530cf9d10bf6da0f8ca1b757 [file] [log] [blame]
Leopold Schabel5c80aca2019-10-22 15:48:58 +02001load("@io_bazel_rules_go//go:def.bzl", "go_library")
2
3go_library(
4 name = "go_default_library",
5 srcs = ["uevents.go"],
Hendrik Hofstadt0d7c91e2019-10-23 21:44:47 +02006 importpath = "git.monogon.dev/source/nexantic.git/core/pkg/sysfs",
Leopold Schabel5c80aca2019-10-22 15:48:58 +02007 visibility = ["//visibility:public"],
8)