blob: 124965c05abee48976e18090046dcdd1230814d1 [file] [log] [blame]
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"],
)