mirror of
https://github.com/rocky-linux/peridot.git
synced 2024-11-01 04:41:22 +00:00
13 lines
379 B
Python
13 lines
379 B
Python
|
load("@io_bazel_rules_go//go:def.bzl", "go_library")
|
||
|
|
||
|
go_library(
|
||
|
name = "internal",
|
||
|
srcs = [
|
||
|
"post_go18.go",
|
||
|
"pre_go18.go",
|
||
|
],
|
||
|
importmap = "peridot.resf.org/vendor/github.com/go-openapi/analysis/internal",
|
||
|
importpath = "github.com/go-openapi/analysis/internal",
|
||
|
visibility = ["//vendor/github.com/go-openapi/analysis:__subpackages__"],
|
||
|
)
|