summaryrefslogtreecommitdiffstats
path: root/src/cmd/go/testdata/mod/example.com_nest_v1.0.0.txt
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmd/go/testdata/mod/example.com_nest_v1.0.0.txt')
-rw-r--r--src/cmd/go/testdata/mod/example.com_nest_v1.0.0.txt12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/cmd/go/testdata/mod/example.com_nest_v1.0.0.txt b/src/cmd/go/testdata/mod/example.com_nest_v1.0.0.txt
new file mode 100644
index 0000000..593caf1
--- /dev/null
+++ b/src/cmd/go/testdata/mod/example.com_nest_v1.0.0.txt
@@ -0,0 +1,12 @@
+Written by hand.
+Test case for nested modules without an explicit relationship.
+This is the top-level module.
+
+-- .mod --
+module example.com/nest
+-- .info --
+{"Version": "v1.0.0"}
+-- go.mod --
+module example.com/nest
+-- sub/x/x.go --
+package x