9 lines
224 B
Python
9 lines
224 B
Python
|
load("@io_bazel_rules_go//go:def.bzl", "go_library")
|
||
|
|
||
|
go_library(
|
||
|
name = "certerr",
|
||
|
srcs = ["errors.go"],
|
||
|
importpath = "git.wntrmute.dev/kyle/goutils/certlib/certerr",
|
||
|
visibility = ["//visibility:public"],
|
||
|
)
|