mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2025-01-10 19:51:20 +00:00
9a7393a2e3
Co-authored-by: Radosław Kapka <rkapka@wp.pl>
11 lines
356 B
Python
11 lines
356 B
Python
load("@prysm//tools/go:def.bzl", "go_library")
|
|
|
|
go_library(
|
|
name = "go_default_library",
|
|
testonly = True,
|
|
srcs = ["json.go"],
|
|
importpath = "github.com/prysmaticlabs/prysm/v4/beacon-chain/rpc/eth/shared/testing",
|
|
visibility = ["//visibility:public"],
|
|
deps = ["@com_github_ethereum_go_ethereum//common/hexutil:go_default_library"],
|
|
)
|