mirror of
https://github.com/rocky-linux/peridot.git
synced 2024-10-31 20:41:22 +00:00
10 lines
270 B
Python
10 lines
270 B
Python
load("@io_bazel_rules_go//go:def.bzl", "go_library")
|
|
|
|
go_library(
|
|
name = "stack",
|
|
srcs = ["stack.go"],
|
|
importmap = "peridot.resf.org/vendor/github.com/go-stack/stack",
|
|
importpath = "github.com/go-stack/stack",
|
|
visibility = ["//visibility:public"],
|
|
)
|