Created
October 11, 2021 12:25
-
-
Save shubhag/f17ffed593f49cfe4e43331bbb4673ec to your computer and use it in GitHub Desktop.
Hello world golang with bazel: build file
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
load("@bazel_gazelle//:def.bzl", "gazelle") | |
# gazelle:prefix github.com/shubhag/bazel-golang-hello-world | |
gazelle(name = "gazelle") |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment