mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2024-12-22 19:40:37 +00:00
5230af0e0c
* endtoend to testing/ * gaz Co-authored-by: prylabs-bulldozer[bot] <58059840+prylabs-bulldozer[bot]@users.noreply.github.com>
10 lines
316 B
Python
10 lines
316 B
Python
load("@prysm//tools/go:def.bzl", "go_library")
|
|
|
|
go_library(
|
|
name = "go_default_library",
|
|
srcs = ["policies.go"],
|
|
importpath = "github.com/prysmaticlabs/prysm/testing/endtoend/policies",
|
|
visibility = ["//visibility:public"],
|
|
deps = ["@com_github_prysmaticlabs_eth2_types//:go_default_library"],
|
|
)
|