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