mirror of
https://github.com/OffchainLabs/prysm.git
synced 2026-01-08 07:03:58 -05:00
9 lines
252 B
Python
9 lines
252 B
Python
load("@prysm//tools/go:def.bzl", "go_library")
|
|
|
|
go_library(
|
|
name = "go_default_library",
|
|
srcs = ["authorization_method.go"],
|
|
importpath = "github.com/OffchainLabs/prysm/v7/network/authorization",
|
|
visibility = ["//visibility:public"],
|
|
)
|