1Written by hand. 2Test case for getting a package that has been moved to a different module. 3 4-- .mod -- 5module example.com/split 6 7require example.com/split/subpkg v1.1.0 8-- .info -- 9{"Version": "v1.1.0"}
View as plain text