mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2025-01-09 11:11:20 +00:00
13 lines
314 B
Python
13 lines
314 B
Python
|
load("@prysm//tools/go:def.bzl", "go_library")
|
||
|
|
||
|
go_library(
|
||
|
name = "go_default_library",
|
||
|
testonly = 1,
|
||
|
srcs = ["mock.go"],
|
||
|
importpath = "github.com/prysmaticlabs/prysm/validator/accounts/v2/testing",
|
||
|
visibility = [
|
||
|
"//validator:__pkg__",
|
||
|
"//validator:__subpackages__",
|
||
|
],
|
||
|
)
|