mirror of
https://github.com/OffchainLabs/prysm.git
synced 2026-01-09 15:37:56 -05:00
* Add network pkg * Go fmt * Update discovery_test.go Co-authored-by: Raul Jordan <raul@prysmaticlabs.com>
9 lines
250 B
Python
9 lines
250 B
Python
load("@prysm//tools/go:def.bzl", "go_library")
|
|
|
|
go_library(
|
|
name = "go_default_library",
|
|
srcs = ["authorization_method.go"],
|
|
importpath = "github.com/prysmaticlabs/prysm/network/authorization",
|
|
visibility = ["//visibility:public"],
|
|
)
|