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