tristanisham / zvm

zvm (Zig Version Manager) lets you easily install/upgrade between different versions of Zig.
https://www.zvm.app
MIT License
487 stars 32 forks source link

Recursively search for ZLS before installing #88

Closed siniarskimar closed 5 months ago

siniarskimar commented 5 months ago

Related issue #85

tristanisham commented 5 months ago

Great PR. We could always change the filepath.Walk to filepath.WalkDir for better performance. I'm going to test with that switched implementation. There are some little organizational changes I'll make, but your PR is great. Thanks for putting in the time and for contributing to ZVM.