| Leopold Schabel | 5c80aca | 2019-10-22 15:48:58 +0200 | [diff] [blame] | 1 | load("@io_bazel_rules_go//go:def.bzl", "go_library") |
| 2 | |||||
| 3 | go_library( | ||||
| 4 | name = "go_default_library", | ||||
| 5 | srcs = ["uevents.go"], | ||||
| Hendrik Hofstadt | 0d7c91e | 2019-10-23 21:44:47 +0200 | [diff] [blame] | 6 | importpath = "git.monogon.dev/source/nexantic.git/core/pkg/sysfs", |
| Leopold Schabel | 5c80aca | 2019-10-22 15:48:58 +0200 | [diff] [blame] | 7 | visibility = ["//visibility:public"], |
| 8 | ) | ||||