mirror of
https://github.com/roleypoly/roleypoly.git
synced 2025-04-24 19:39:11 +00:00
9 lines
258 B
Text
9 lines
258 B
Text
load("@io_bazel_rules_go//go:def.bzl", "go_library")
|
|
|
|
go_library(
|
|
name = "privacy",
|
|
srcs = ["privacy.go"],
|
|
importpath = "github.com/roleypoly/roleypoly/src/db/ent/privacy",
|
|
visibility = ["//visibility:public"],
|
|
deps = ["//src/db/ent"],
|
|
)
|