mirror of
https://github.com/OffchainLabs/prysm.git
synced 2026-01-09 15:37:56 -05:00
12 lines
300 B
Python
12 lines
300 B
Python
load("@prysm//tools/go:def.bzl", "go_library")
|
|
|
|
go_library(
|
|
name = "go_default_library",
|
|
testonly = True,
|
|
srcs = ["mock.go"],
|
|
importpath = "github.com/OffchainLabs/prysm/v7/beacon-chain/sync/initial-sync/testing",
|
|
visibility = [
|
|
"//beacon-chain:__subpackages__",
|
|
],
|
|
)
|