mirror of
https://github.com/depp/syncfiles.git
synced 2024-11-01 03:05:39 +00:00
13 lines
310 B
Python
13 lines
310 B
Python
load("@io_bazel_rules_go//go:def.bzl", "go_library")
|
|
|
|
go_library(
|
|
name = "table",
|
|
srcs = ["table.go"],
|
|
importpath = "moria.us/macscript/table",
|
|
visibility = ["//gen:__subpackages__"],
|
|
deps = [
|
|
"//gen/charmap",
|
|
"@org_golang_x_text//unicode/norm:go_default_library",
|
|
],
|
|
)
|