blob: 124965c05abee48976e18090046dcdd1230814d1 [file] [log] [blame]
Sergiusz Bazanskie653e6a2019-07-20 16:36:00 +02001load("@io_bazel_rules_go//go:def.bzl", "go_library")
2
3go_library(
Serge Bazanski97b5cd72023-07-28 17:14:50 +00004 name = "schema",
Sergiusz Bazanskie653e6a2019-07-20 16:36:00 +02005 srcs = [
6 "schema.go",
7 "urls.go",
8 ],
9 importpath = "code.hackerspace.pl/hscloud/bgpwtf/cccampix/peeringdb/schema",
10 visibility = ["//visibility:public"],
11)