0
Fork 0
mirror of https://github.com/project-zot/zot.git synced 2024-12-16 21:56:37 -05:00
zot/errors/BUILD.bazel

9 lines
217 B
Text
Raw Normal View History

2019-06-20 18:36:40 -05:00
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"],
)