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