mirror of
https://github.com/rocky-linux/peridot.git
synced 2024-11-05 06:21:24 +00:00
10 lines
325 B
Python
10 lines
325 B
Python
load("@io_bazel_rules_go//go:def.bzl", "go_library")
|
|
|
|
go_library(
|
|
name = "optional",
|
|
srcs = ["optional.go"],
|
|
importmap = "peridot.resf.org/vendor/cloud.google.com/go/internal/optional",
|
|
importpath = "cloud.google.com/go/internal/optional",
|
|
visibility = ["//vendor/cloud.google.com/go:__subpackages__"],
|
|
)
|