cue-unity / unity

unity - run experiments/regression tests on CUE modules
Apache License 2.0
41 stars 5 forks source link

projects: add dummy go.mod #34

Closed myitcv closed 3 years ago

myitcv commented 3 years ago

This prevents a go mod tidy (or equivalent) in the root of unity traversing into all of the projects that are linked as submodules. If they were Go modules themselves that wouldn't be a problem, but we're not guaranteed of that. Hence without this dummy module we could end up traversing many thousands of directories/files.