mirror of
https://github.com/rocky-linux/peridot.git
synced 2024-11-24 06:01:25 +00:00
10 lines
328 B
Python
10 lines
328 B
Python
|
load("@io_bazel_rules_go//go:def.bzl", "go_library")
|
||
|
|
||
|
go_library(
|
||
|
name = "common",
|
||
|
srcs = ["adapters.go"],
|
||
|
importmap = "peridot.resf.org/vendor/github.com/spf13/afero/internal/common",
|
||
|
importpath = "github.com/spf13/afero/internal/common",
|
||
|
visibility = ["//vendor/github.com/spf13/afero:__subpackages__"],
|
||
|
)
|