.gitignore added
[dotfiles/.git] / .config / coc / extensions / coc-go-data / tools / pkg / mod / golang.org / x / mod@v0.4.1 / zip / testdata / check_files / various.txt
1 -- want --
2 valid:
3 valid.go
4
5 omitted:
6 vendor/x/y: file is in vendor directory
7 sub/go.mod: file is in another module
8 .hg_archival.txt: file is inserted by 'hg archive' and is always omitted
9
10 invalid:
11 not/../clean: file path is not clean
12 GO.MOD: go.mod files must have lowercase names
13 invalid.go': malformed file path "invalid.go'": invalid char '\''
14 valid.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 --
23 duplicate
24 -- valid.go --
25 another duplicate