load("@io_bazel_rules_go//go:def.bzl", "go_library") go_library( name = "testenv", srcs = ["testenv.go"], importpath = "github.com/pingcap/tidb/pkg/testkit/testenv", visibility = ["//visibility:public"], )