Skip to content

Instantly share code, notes, and snippets.

@shubhag
Created October 11, 2021 12:25
Show Gist options
  • Save shubhag/f17ffed593f49cfe4e43331bbb4673ec to your computer and use it in GitHub Desktop.
Save shubhag/f17ffed593f49cfe4e43331bbb4673ec to your computer and use it in GitHub Desktop.
Hello world golang with bazel: build file
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