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