mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2024-12-23 11:57:18 +00:00
10 lines
282 B
Python
10 lines
282 B
Python
|
load("@prysm//tools/go:def.bzl", "go_library")
|
||
|
|
||
|
go_library(
|
||
|
name = "go_default_library",
|
||
|
srcs = ["names.go"],
|
||
|
importpath = "github.com/prysmaticlabs/prysm/shared/petnames",
|
||
|
visibility = ["//visibility:public"],
|
||
|
deps = ["//shared/hashutil:go_default_library"],
|
||
|
)
|