diff options
Diffstat (limited to 'src/cmd/go/testdata/mod/example.com_v1.0.0.txt')
-rw-r--r-- | src/cmd/go/testdata/mod/example.com_v1.0.0.txt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/cmd/go/testdata/mod/example.com_v1.0.0.txt b/src/cmd/go/testdata/mod/example.com_v1.0.0.txt new file mode 100644 index 0000000..263287d --- /dev/null +++ b/src/cmd/go/testdata/mod/example.com_v1.0.0.txt @@ -0,0 +1,9 @@ +Written by hand. +Test case for module at root of domain. + +-- .mod -- +module example.com +-- .info -- +{"Version": "v1.0.0"} +-- x.go -- +package x |