mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2024-12-26 05:17:22 +00:00
a2cf235687
* analyzer, tests and fixes * error check * gazelle * add more asserts * Merge branch 'master' into nop-analyzer * Merge refs/heads/master into nop-analyzer * fix no-op in blst package * Merge refs/heads/master into nop-analyzer * add assert after mutation * mark test as TODO * add issue number to TODO
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"],
|
|
)
|