blob: 60b23b9a6b314e2c67524a8741613c112bcf8e02 [file] [log] [blame]
load("@io_bazel_rules_go//go:def.bzl", "go_library")
go_library(
name = "testutil",
srcs = ["testutil.go"],
importpath = "go.skia.org/infra/go/ds/testutil",
visibility = ["//visibility:public"],
deps = [
"//go/ds",
"//go/util",
"@com_github_stretchr_testify//require",
"@org_golang_google_api//iterator",
],
)