mirror of
https://github.com/roleypoly/roleypoly.git
synced 2025-06-16 09:39:09 +00:00
re-init because of weird subtree shit
This commit is contained in:
commit
68254ddd13
85 changed files with 13501 additions and 0 deletions
15
src/db/ent/guild/BUILD.bazel
Normal file
15
src/db/ent/guild/BUILD.bazel
Normal file
|
@ -0,0 +1,15 @@
|
|||
load("@io_bazel_rules_go//go:def.bzl", "go_library")
|
||||
|
||||
go_library(
|
||||
name = "guild",
|
||||
srcs = [
|
||||
"guild.go",
|
||||
"where.go",
|
||||
],
|
||||
importpath = "github.com/roleypoly/roleypoly/src/db/ent/guild",
|
||||
visibility = ["//visibility:public"],
|
||||
deps = [
|
||||
"//src/db/ent/predicate",
|
||||
"@com_github_facebook_ent//dialect/sql",
|
||||
],
|
||||
)
|
Loading…
Add table
Add a link
Reference in a new issue