prysm-pulse/tools/analyzers/recursivelock/testdata/BUILD.bazel

16 lines
412 B
Python
Raw Normal View History

load("@prysm//tools/go:def.bzl", "go_library")
go_library(
name = "go_default_library",
srcs = [
"badlockswithmethods.go",
"badlockswithstructs.go",
"complexlocks.go",
"globallocks.go",
"nonrlocks.go",
"types.go",
],
importpath = "github.com/prysmaticlabs/prysm/tools/analyzers/recursivelock/testdata",
visibility = ["//visibility:public"],
)