mirror of
https://github.com/OffchainLabs/prysm.git
synced 2026-01-07 06:34:01 -05:00
9 lines
220 B
Python
9 lines
220 B
Python
load("@prysm//tools/go:def.bzl", "go_library")
|
|
|
|
go_library(
|
|
name = "go_default_library",
|
|
srcs = ["utils.go"],
|
|
importpath = "github.com/OffchainLabs/prysm/v7/time",
|
|
visibility = ["//visibility:public"],
|
|
)
|