v2 / vlib / v / tests / project_with_modules_having_submodules / v.mod
7 lines · 6 sloc · 212 bytes · c874a22b3b2b5a7e6eeef90cae0d9133037c3941
Raw
1#V Project#
2
3Module {
4 name: 'project_with_modules_having_submodules',
5 description: 'This project was created with `v new` to prevent regressions with the way V module import lookup works.',
6 dependencies: []
7}
8