blob: 1f86c22e962353efa681462e22ebc3ebc12f6313 [file] [log] [blame]
load("@io_bazel_rules_go//go:def.bzl", "go_library")
go_library(
name = "mocks",
srcs = [
"RemoteDB.go",
"generate.go",
],
importpath = "go.skia.org/infra/task_scheduler/go/mocks",
visibility = ["//visibility:public"],
deps = [
"//task_scheduler/go/db",
"//task_scheduler/go/types",
"@com_github_stretchr_testify//mock",
],
)