mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2024-12-25 21:07:18 +00:00
3197748240
* Log streaming proof of concept * fix broken imports * imports Co-authored-by: Preston Van Loon <preston@prysmaticlabs.com> Co-authored-by: prylabs-bulldozer[bot] <58059840+prylabs-bulldozer[bot]@users.noreply.github.com>
12 lines
298 B
Python
12 lines
298 B
Python
load("@prysm//tools/go:def.bzl", "go_library")
|
|
|
|
go_library(
|
|
name = "go_default_library",
|
|
srcs = ["event.go"],
|
|
importpath = "github.com/prysmaticlabs/prysm/beacon-chain/core/feed",
|
|
visibility = [
|
|
"//beacon-chain:__subpackages__",
|
|
"//shared:__subpackages__",
|
|
],
|
|
)
|