mirror of
https://github.com/rocky-linux/peridot.git
synced 2024-11-24 14:11:25 +00:00
10 lines
366 B
Python
10 lines
366 B
Python
|
load("@io_bazel_rules_go//go:def.bzl", "go_library")
|
||
|
|
||
|
go_library(
|
||
|
name = "stringbuffer",
|
||
|
srcs = ["wstring.go"],
|
||
|
importmap = "peridot.resf.org/vendor/github.com/Microsoft/go-winio/internal/stringbuffer",
|
||
|
importpath = "github.com/Microsoft/go-winio/internal/stringbuffer",
|
||
|
visibility = ["//vendor/github.com/Microsoft/go-winio:__subpackages__"],
|
||
|
)
|