mirror of
https://github.com/OffchainLabs/prysm.git
synced 2026-01-08 07:03:58 -05:00
10 lines
309 B
Python
10 lines
309 B
Python
load("@prysm//tools/go:def.bzl", "go_library")
|
|
|
|
go_library(
|
|
name = "go_default_library",
|
|
srcs = ["mclock.go"],
|
|
importpath = "github.com/OffchainLabs/prysm/v7/time/mclock",
|
|
visibility = ["//visibility:public"],
|
|
deps = ["@com_github_aristanetworks_goarista//monotime:go_default_library"],
|
|
)
|