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