summaryrefslogtreecommitdiff
path: root/libgo/go/cmd/go/testdata/mod/example.com_join_subpkg_v1.1.0.txt
blob: 9eb823adb76c0219b5f03e8674d9609f9ec4e4b2 (plain)
1
2
3
4
5
6
7
8
9
Written by hand.
Test case for package moved into a parent module.

-- .mod --
module example.com/join/subpkg

require example.com/join v1.1.0
-- .info --
{"Version": "v1.1.0"}