mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2024-12-26 21:27:19 +00:00
8bcddf5fdc
* Add go-ethereum's event and * remove swp file * goimports * remove unused code * fix gazelle
10 lines
315 B
Python
10 lines
315 B
Python
load("@io_bazel_rules_go//go:def.bzl", "go_library")
|
|
|
|
go_library(
|
|
name = "go_default_library",
|
|
srcs = ["mclock.go"],
|
|
importpath = "github.com/prysmaticlabs/prysm/shared/mclock",
|
|
visibility = ["//visibility:public"],
|
|
deps = ["@com_github_aristanetworks_goarista//monotime:go_default_library"],
|
|
)
|