hscloud/bgpwtf/cccampix/peeringdb/schema/BUILD.bazel

12 lines
272 B
Python

load("@io_bazel_rules_go//go:def.bzl", "go_library")
go_library(
name = "schema",
srcs = [
"schema.go",
"urls.go",
],
importpath = "code.hackerspace.pl/hscloud/bgpwtf/cccampix/peeringdb/schema",
visibility = ["//visibility:public"],
)