Giant blob of minor changes
[dotfiles/.git] / .config / coc / extensions / coc-go-data / tools / pkg / mod / golang.org / x / mod@v0.3.0 / modfile / testdata / rule1.golden
1 module "x"
2
3 module "y"
4
5 require "x"
6
7 require x