...

Text file src/golang.org/x/mod/zip/testdata/check_files/various.txt

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

     1-- want --
     2valid:
     3valid.go
     4
     5omitted:
     6vendor/x/y: file is in vendor directory
     7sub/go.mod: file is in another module
     8.hg_archival.txt: file is inserted by 'hg archive' and is always omitted
     9
    10invalid:
    11not/../clean: file path is not clean
    12GO.MOD: go.mod files must have lowercase names
    13invalid.go': malformed file path "invalid.go'": invalid char '\''
    14valid.go: multiple entries for file "valid.go"
    15-- valid.go --
    16-- not/../clean --
    17-- GO.MOD --
    18-- invalid.go' --
    19-- vendor/x/y --
    20-- sub/go.mod --
    21-- .hg_archival.txt --
    22-- valid.go --
    23duplicate
    24-- valid.go --
    25another duplicate

View as plain text