aboutsummaryrefslogtreecommitdiff
path: root/tests/core/go_path/pkg/lib/transitive.go
diff options
context:
space:
mode:
Diffstat (limited to 'tests/core/go_path/pkg/lib/transitive.go')
-rw-r--r--tests/core/go_path/pkg/lib/transitive.go5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/core/go_path/pkg/lib/transitive.go b/tests/core/go_path/pkg/lib/transitive.go
new file mode 100644
index 00000000..a505a296
--- /dev/null
+++ b/tests/core/go_path/pkg/lib/transitive.go
@@ -0,0 +1,5 @@
+package transitive
+
+var (
+ _ = ""
+)