mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2024-12-26 05:17:22 +00:00
11 lines
325 B
Python
11 lines
325 B
Python
|
load("@prysm//tools/go:def.bzl", "go_library")
|
||
|
|
||
|
go_library(
|
||
|
name = "go_default_library",
|
||
|
testonly = True,
|
||
|
srcs = ["password_reader_mock.go"],
|
||
|
importpath = "github.com/prysmaticlabs/prysm/cmd/mock",
|
||
|
visibility = ["//visibility:public"],
|
||
|
deps = ["@com_github_golang_mock//gomock:go_default_library"],
|
||
|
)
|