aboutsummaryrefslogtreecommitdiff
path: root/gazelle/bzl/testdata/workspace_name/foo.bzl
diff options
context:
space:
mode:
Diffstat (limited to 'gazelle/bzl/testdata/workspace_name/foo.bzl')
-rw-r--r--gazelle/bzl/testdata/workspace_name/foo.bzl7
1 files changed, 7 insertions, 0 deletions
diff --git a/gazelle/bzl/testdata/workspace_name/foo.bzl b/gazelle/bzl/testdata/workspace_name/foo.bzl
new file mode 100644
index 0000000..eb8d33c
--- /dev/null
+++ b/gazelle/bzl/testdata/workspace_name/foo.bzl
@@ -0,0 +1,7 @@
+"""
+Doc string
+"""
+
+load("//:bar.bzl", "func")
+
+func()