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