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