mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2025-01-08 02:31:19 +00:00
13 lines
303 B
Python
13 lines
303 B
Python
|
load("@prysm//tools/go:def.bzl", "go_library")
|
||
|
|
||
|
go_library(
|
||
|
name = "go_default_library",
|
||
|
srcs = [
|
||
|
"constants.go",
|
||
|
"error.go",
|
||
|
"interface.go",
|
||
|
],
|
||
|
importpath = "github.com/prysmaticlabs/prysm/shared/bls/common",
|
||
|
visibility = ["//shared/bls:__subpackages__"],
|
||
|
)
|