mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2025-01-08 02:31:19 +00:00
ecfdb354a7
* test defined * first working impl * register analyzer * cleanup * removes unused code * secure rand in slasher/detection/testing * Updates test * fixes ineffassign type checks * one more Co-authored-by: Preston Van Loon <preston@prysmaticlabs.com>
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 = ["ctx_assignment.go"],
|
|
importpath = "github.com/prysmaticlabs/prysm/tools/analyzers/ineffassign/testdata",
|
|
visibility = ["//visibility:public"],
|
|
)
|