blob: 546fb43f03e2a22a495ca14db07771a95e922913 [file] [edit]
load("@rules_go//go:def.bzl", "go_library")
go_library(
name = "mocks",
srcs = ["ApiClient.go"],
importpath = "go.skia.org/infra/go/luciconfig/mocks",
visibility = ["//visibility:public"],
deps = [
"//go/luciconfig",
"@com_github_stretchr_testify//mock",
],
)