Giant blob of minor changes
[dotfiles/.git] / .config / coc / extensions / coc-go-data / tools / pkg / mod / golang.org / x / mod@v0.3.0 / zip / testdata / create / file_case_conflict.txt
1 path=example.com/m
2 version=v1.0.0
3 wantErr=case-insensitive file name collision: "m.go" and "M.GO"
4 -- m.go --
5 package m
6 -- M.GO --
7 package m