Cut over to Bazel.
This commit is contained in:
9
fileutil/BUILD.bazel
Normal file
9
fileutil/BUILD.bazel
Normal file
@@ -0,0 +1,9 @@
|
||||
load("@io_bazel_rules_go//go:def.bzl", "go_library")
|
||||
|
||||
go_library(
|
||||
name = "fileutil",
|
||||
srcs = ["fileutil.go"],
|
||||
importpath = "git.wntrmute.dev/kyle/goutils/fileutil",
|
||||
visibility = ["//visibility:public"],
|
||||
deps = ["@org_golang_x_sys//unix"],
|
||||
)
|
||||
Reference in New Issue
Block a user