mirror of
https://github.com/rocky-linux/peridot.git
synced 2024-11-05 06:21:24 +00:00
13 lines
286 B
Python
13 lines
286 B
Python
load("@io_bazel_rules_go//go:def.bzl", "go_library")
|
|
|
|
go_library(
|
|
name = "inf_v0",
|
|
srcs = [
|
|
"dec.go",
|
|
"rounder.go",
|
|
],
|
|
importmap = "peridot.resf.org/vendor/gopkg.in/inf.v0",
|
|
importpath = "gopkg.in/inf.v0",
|
|
visibility = ["//visibility:public"],
|
|
)
|