aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/go/testdata/mod/example.net_pkgremoved_v0.2.1.txt
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmd/go/testdata/mod/example.net_pkgremoved_v0.2.1.txt')
-rw-r--r--src/cmd/go/testdata/mod/example.net_pkgremoved_v0.2.1.txt15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/cmd/go/testdata/mod/example.net_pkgremoved_v0.2.1.txt b/src/cmd/go/testdata/mod/example.net_pkgremoved_v0.2.1.txt
new file mode 100644
index 0000000000..0e961853d5
--- /dev/null
+++ b/src/cmd/go/testdata/mod/example.net_pkgremoved_v0.2.1.txt
@@ -0,0 +1,15 @@
+Written by hand.
+Test module with a root package added in v0.1.0 and removed in v0.2.0.
+
+-- .mod --
+module example.net/pkgremoved
+
+go 1.16
+-- .info --
+{"Version": "v0.2.1"}
+-- go.mod --
+module example.net/pkgremoved
+
+go 1.16
+-- README.txt --
+Package pkgremove was removed in v0.2.0.