rename lxcconfig

This commit is contained in:
2021-05-24 00:11:58 +03:00
parent a9b4f1ecd4
commit 2ec4c0629b
2 changed files with 1 additions and 1 deletions

8
lxcconfig/BUILD Normal file
View File

@@ -0,0 +1,8 @@
load("@io_bazel_rules_go//go:def.bzl", "go_library")
go_library(
name = "go_default_library",
srcs = ["lxcconfig.go"],
importpath = "github.com/motiejus/code/undocker/lxcconfig",
visibility = ["//visibility:public"],
)