...

Text file src/golang.org/x/mod/zip/testdata/unzip/file_case_conflict.txt

Documentation: golang.org/x/mod/zip/testdata/unzip

     1path=example.com/m
     2version=v1.0.0
     3wantErr=case-insensitive file name collision: "m.go" and "M.GO"
     4-- example.com/m@v1.0.0/m.go --
     5package m
     6-- example.com/m@v1.0.0/M.GO --
     7package m

View as plain text