blob: 4c14460493b78cfb2ebe7834fad7ceacd4473304 [file] [log] [blame] [edit]
load("@rules_go//go:def.bzl", "go_library")
go_library(
name = "repo_root",
srcs = ["repo_root.go"],
importpath = "go.skia.org/infra/go/repo_root",
visibility = ["//visibility:public"],
deps = [
"//bazel/go/bazel",
"//go/skerr",
],
)