mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2025-01-09 11:11:20 +00:00
10 lines
293 B
Python
10 lines
293 B
Python
|
load("@prysm//tools/go:def.bzl", "go_library")
|
||
|
|
||
|
go_library(
|
||
|
name = "go_default_library",
|
||
|
testonly = True,
|
||
|
srcs = ["test_helpers.go"],
|
||
|
importpath = "github.com/prysmaticlabs/prysm/v3/validator/client/beacon-api/test-helpers",
|
||
|
visibility = ["//validator:__subpackages__"],
|
||
|
)
|