mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2025-01-09 11:11:20 +00:00
12 lines
310 B
Python
12 lines
310 B
Python
|
load("@prysm//tools/go:def.bzl", "go_library")
|
||
|
|
||
|
go_library(
|
||
|
name = "go_default_library",
|
||
|
srcs = [
|
||
|
"custom_imports.go",
|
||
|
"regular_imports.go",
|
||
|
],
|
||
|
importpath = "github.com/prysmaticlabs/prysm/tools/analyzers/properpermissions/testdata",
|
||
|
visibility = ["//visibility:public"],
|
||
|
)
|