mirror of
https://github.com/rocky-linux/peridot.git
synced 2024-11-01 04:41:22 +00:00
19 lines
441 B
Python
19 lines
441 B
Python
load("@io_bazel_rules_go//go:def.bzl", "go_library")
|
|
|
|
go_library(
|
|
name = "spew",
|
|
srcs = [
|
|
"bypass.go",
|
|
"bypasssafe.go",
|
|
"common.go",
|
|
"config.go",
|
|
"doc.go",
|
|
"dump.go",
|
|
"format.go",
|
|
"spew.go",
|
|
],
|
|
importmap = "peridot.resf.org/vendor/github.com/davecgh/go-spew/spew",
|
|
importpath = "github.com/davecgh/go-spew/spew",
|
|
visibility = ["//visibility:public"],
|
|
)
|