Ver Fonte

Added BUILD.bazel to support gazelle build rules

Breandan Dezendorf há 2 anos atrás
pai
commit
a996312303
1 ficheiros alterados com 4 adições e 0 exclusões
  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")