mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2024-12-26 05:17:22 +00:00
cec6c8de83
* rem txpool * standardize repo shared utils, remove deprecated items * complete * package lvl godoc
10 lines
319 B
Python
10 lines
319 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/mclockutil",
|
|
visibility = ["//visibility:public"],
|
|
deps = ["@com_github_aristanetworks_goarista//monotime:go_default_library"],
|
|
)
|