mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2025-01-09 03:01:19 +00:00
18e1d43360
* add new dep * add changes so far * fix all tests Co-authored-by: prylabs-bulldozer[bot] <58059840+prylabs-bulldozer[bot]@users.noreply.github.com>
16 lines
355 B
Python
16 lines
355 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/crypto/bls/common",
|
|
visibility = [
|
|
"//crypto/bls:__subpackages__",
|
|
"//testing:__subpackages__",
|
|
],
|
|
)
|