mirror of
https://github.com/OffchainLabs/prysm.git
synced 2026-01-09 21:38:05 -05:00
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"],
|
|
)
|