mirror of
https://github.com/rocky-linux/peridot.git
synced 2024-11-05 14:31:22 +00:00
11 lines
322 B
Python
11 lines
322 B
Python
|
load("@io_bazel_rules_go//go:def.bzl", "go_library")
|
||
|
|
||
|
go_library(
|
||
|
name = "io",
|
||
|
srcs = ["ctxio.go"],
|
||
|
importmap = "peridot.resf.org/vendor/github.com/jbenet/go-context/io",
|
||
|
importpath = "github.com/jbenet/go-context/io",
|
||
|
visibility = ["//visibility:public"],
|
||
|
deps = ["@org_golang_x_net//context"],
|
||
|
)
|