load("@rules_go//go:def.bzl", "go_library") go_library( name = "hello_world", srcs = ["hello_world.go"], importpath = "git.saf.sh/saf/bazel_test/hello_world", visibility = ["//visibility:public"], deps = ["@org_golang_x_example_hello//reverse"], )