aboutsummaryrefslogtreecommitdiff
path: root/tests/bcr/lib.go
diff options
context:
space:
mode:
Diffstat (limited to 'tests/bcr/lib.go')
-rw-r--r--tests/bcr/lib.go5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/bcr/lib.go b/tests/bcr/lib.go
new file mode 100644
index 00000000..d162287c
--- /dev/null
+++ b/tests/bcr/lib.go
@@ -0,0 +1,5 @@
+package lib
+
+func Name() string {
+ return "bzlmod"
+}