...

Text file src/golang.org/x/mod/modfile/testdata/work/replace2.in

Documentation: golang.org/x/mod/modfile/testdata/work

     1use "abc"
     2
     3replace (
     4	"xyz" v1.2.3 => "/tmp/z"
     5	"xyz" v1.3.4 => "my/xyz" "v1.3.4-me"
     6	xyz "v1.4.5" => "/tmp/my dir"
     7	xyz v1.5.6 => my/xyz v1.5.6
     8
     9	xyz => my/other/xyz v1.5.4
    10)

View as plain text