mirror of
https://github.com/OffchainLabs/prysm.git
synced 2026-01-09 21:38:05 -05:00
* 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"],
|
|
)
|