mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2025-01-09 03:01:19 +00:00
16 lines
412 B
Python
16 lines
412 B
Python
|
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"],
|
||
|
)
|