load("@io_bazel_rules_go//go:def.bzl", "go_library") go_library( name = "testutil", srcs = ["testutil.go"], importpath = "git.wntrmute.dev/kyle/goutils/testutil", visibility = ["//visibility:public"], )