mirror of
https://github.com/project-zot/zot.git
synced 2026-06-17 04:48:26 +08:00
zot: initial commit
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
load("@io_bazel_rules_go//go:def.bzl", "go_library")
|
||||
|
||||
go_library(
|
||||
name = "go_default_library",
|
||||
srcs = ["errors.go"],
|
||||
importpath = "github.com/anuvu/zot/errors",
|
||||
visibility = ["//visibility:public"],
|
||||
)
|
||||
Reference in New Issue
Block a user