golang.org/x/exp@v0.0.0-20240506185415-9bf2ced13842/cmd/gorelease/testdata/sub/README.txt (about)

     1  This directory contains tests for modules that aren't at the root
     2  of the repository, which is marked with a .git directory.
     3  We're comparing against an earlier published version with a
     4  trivial package. Nothing has changed except the location of the
     5  module within the repository.
     6  
     7    example.com/sub - corresponds to the root directory. Not a module.
     8    example.com/sub/v2 - may be in v2 subdirectory.
     9    example.com/sub/nest - nested module in subdirectory
    10    example.com/sub/nest/v2 - may be in nest or nest/v2.