Gitiles
Code Review
Sign In
gerrit-dev.monogon.dev
/
monogon
/
4e3e971b53637407d67df93c8944dec288746b13
/
.
/
osbase
/
fileargs
/
BUILD.bazel
blob: e716c6f14c560c15054ce915d310abd059092031 [
file
] [
log
] [
blame
]
load
(
"@io_bazel_rules_go//go:def.bzl"
,
"go_library"
)
go_library
(
name
=
"fileargs"
,
srcs
=
[
"fileargs.go"
],
importpath
=
"source.monogon.dev/osbase/fileargs"
,
visibility
=
[
"//visibility:public"
],
deps
=
[
"@org_golang_x_sys//unix"
],
)