blob: de5d0859abd744f4ee13ad600d53024c5571ad13 [file] [log] [blame]
Lorenz Brun1d801752020-04-02 09:24:51 +02001load("@io_bazel_rules_go//go:def.bzl", "go_library")
2
3go_library(
4 name = "go_default_library",
5 srcs = ["quotactl.go"],
6 importpath = "git.monogon.dev/source/nexantic.git/core/pkg/fsquota/quotactl",
7 visibility = ["//visibility:public"],
8 deps = ["@org_golang_x_sys//unix:go_default_library"],
9)