mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2025-01-10 11:41:21 +00:00
9 lines
259 B
Python
9 lines
259 B
Python
|
load("@io_bazel_rules_go//go:def.bzl", "go_library")
|
||
|
|
||
|
go_library(
|
||
|
name = "go_default_library",
|
||
|
srcs = ["events.go"],
|
||
|
importpath = "github.com/prysmaticlabs/prysm/beacon-chain/core/statefeed",
|
||
|
visibility = ["//beacon-chain:__subpackages__"],
|
||
|
)
|