mirror of
https://github.com/rocky-linux/peridot.git
synced 2024-11-01 04:41:22 +00:00
16 lines
352 B
Python
16 lines
352 B
Python
load("@io_bazel_rules_go//go:def.bzl", "go_library")
|
|
|
|
go_library(
|
|
name = "chi",
|
|
srcs = [
|
|
"chain.go",
|
|
"chi.go",
|
|
"context.go",
|
|
"mux.go",
|
|
"tree.go",
|
|
],
|
|
importmap = "peridot.resf.org/vendor/github.com/go-chi/chi",
|
|
importpath = "github.com/go-chi/chi",
|
|
visibility = ["//visibility:public"],
|
|
)
|