blob: a4ab157c1da5937130018f34031d0b8f8da54b5a [file] [log] [blame]
load("@rules_go//go:def.bzl", "go_test")
go_test(
name = "test",
srcs = ["test.go"],
visibility = ["//visibility:public"],
deps = ["@com_github_stretchr_testify//require"],
)