Browse Source

Added BUILD.bazel to support gazelle build rules

Breandan Dezendorf 2 years ago
parent
commit
a996312303
1 changed files with 4 additions and 0 deletions
  1. 4 0
      BUILD.bazel

+ 4 - 0
BUILD.bazel

@@ -0,0 +1,4 @@
+load("@bazel_gazelle//:def.bzl", "gazelle")
+
+# gazelle:prefix github.com/example/project
+gazelle(name = "gazelle")