mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2025-01-01 15:57:39 +00:00
10 lines
276 B
Python
10 lines
276 B
Python
|
load("@io_bazel_rules_go//go:def.bzl", "go_library")
|
||
|
|
||
|
go_library(
|
||
|
name = "go_default_library",
|
||
|
testonly = True,
|
||
|
srcs = ["mock.go"],
|
||
|
importpath = "github.com/prysmaticlabs/prysm/beacon-chain/sync/testing",
|
||
|
visibility = ["//beacon-chain:__subpackages__"],
|
||
|
)
|