mirror of
https://github.com/depp/syncfiles.git
synced 2024-11-26 00:49:17 +00:00
9 lines
208 B
Python
9 lines
208 B
Python
|
load("@io_bazel_rules_go//go:def.bzl", "go_library")
|
||
|
|
||
|
go_library(
|
||
|
name = "charmap",
|
||
|
srcs = ["charmap.go"],
|
||
|
importpath = "moria.us/macscript/charmap",
|
||
|
visibility = ["//gen:__subpackages__"],
|
||
|
)
|