blob: 855602c92620ef1a33904e4f08d8ca6da2fe40e3 [file] [log] [blame]
load("@io_bazel_rules_go//go:def.bzl", "go_library")
go_library(
name = "mocks",
srcs = [
"Store.go",
"generate.go",
],
importpath = "go.skia.org/infra/perf/go/shortcut/mocks",
visibility = ["//visibility:public"],
deps = [
"//perf/go/shortcut",
"@com_github_stretchr_testify//mock",
],
)