1load("@io_bazel_rules_go//go:def.bzl", "go_library") 2 3go_library( 4 name = "deep", 5 srcs = ["thought.go"], 6 _gazelle_imports = [], 7 importpath = "example.com/repo/lib/internal/deep", 8 visibility = ["//lib:__subpackages__"], 9)
View as plain text