mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2025-01-07 02:02:18 +00:00
0fb91437fc
* rename * gaz * gaz * Gaz * rename * edit * gaz * gaz * build * fix * build * fix up * fix * gaz * cli import export * gaz * flag * rev * comm * package renames * radek
9 lines
259 B
Python
9 lines
259 B
Python
load("@prysm//tools/go:def.bzl", "go_library")
|
|
|
|
go_library(
|
|
name = "go_default_library",
|
|
srcs = ["format.go"],
|
|
importpath = "github.com/prysmaticlabs/prysm/validator/slashing-protection-history/format",
|
|
visibility = ["//visibility:public"],
|
|
)
|