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