mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2024-12-27 21:57:16 +00:00
9 lines
242 B
Python
9 lines
242 B
Python
|
load("@prysm//tools/go:def.bzl", "go_library")
|
||
|
|
||
|
go_library(
|
||
|
name = "go_default_library",
|
||
|
srcs = ["no_op.go"],
|
||
|
importpath = "github.com/prysmaticlabs/prysm/tools/analyzers/nop/testdata",
|
||
|
visibility = ["//visibility:public"],
|
||
|
)
|