blob: c8ed43c20f6c52d54bd809a37ed3def891130bcf [file] [log] [blame]
load("@io_bazel_rules_go//go:def.bzl", "go_library")
go_library(
name = "mocks",
srcs = ["DB.go"],
importpath = "go.skia.org/infra/autoroll/go/roller_cleanup/mocks",
visibility = ["//visibility:public"],
deps = [
"//autoroll/go/roller_cleanup",
"@com_github_stretchr_testify//mock",
],
)