Skip to content

Instantly share code, notes, and snippets.

@FilipNikolovski
Created September 23, 2019 11:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save FilipNikolovski/0a8a13320cbdfa560e792b6f463a04d0 to your computer and use it in GitHub Desktop.
Save FilipNikolovski/0a8a13320cbdfa560e792b6f463a04d0 to your computer and use it in GitHub Desktop.
Example BUILD file
package(default_visibility = ["//visibility:public"])
load("@bazel_gazelle//:def.bzl", "gazelle")
# gazelle:prefix github.com/example/app
gazelle(
name = "gazelle",
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment