mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2024-12-25 21:07:18 +00:00
3e71997290
* add time pkg * Go fmt
10 lines
307 B
Python
10 lines
307 B
Python
load("@prysm//tools/go:def.bzl", "go_library")
|
|
|
|
go_library(
|
|
name = "go_default_library",
|
|
srcs = ["mclock.go"],
|
|
importpath = "github.com/prysmaticlabs/prysm/time/mclock",
|
|
visibility = ["//visibility:public"],
|
|
deps = ["@com_github_aristanetworks_goarista//monotime:go_default_library"],
|
|
)
|