aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/go/testdata/mod/example.net_pkgremoved_v0.1.0.txt
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmd/go/testdata/mod/example.net_pkgremoved_v0.1.0.txt')
-rw-r--r--src/cmd/go/testdata/mod/example.net_pkgremoved_v0.1.0.txt16
1 files changed, 16 insertions, 0 deletions
diff --git a/src/cmd/go/testdata/mod/example.net_pkgremoved_v0.1.0.txt b/src/cmd/go/testdata/mod/example.net_pkgremoved_v0.1.0.txt
new file mode 100644
index 0000000000..f5e76b00c9
--- /dev/null
+++ b/src/cmd/go/testdata/mod/example.net_pkgremoved_v0.1.0.txt
@@ -0,0 +1,16 @@
+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.1.0"}
+-- go.mod --
+module example.net/pkgremoved
+
+go 1.16
+-- pkgremoved.go --
+// Package pkgremoved exists in v0.1.0.
+package pkgremoved