1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

v.util: make mod_path_to_full_name more robust

This commit is contained in:
Delyan Angelov
2022-01-30 20:26:58 +02:00
parent 894da4b40b
commit b11ce91141
4 changed files with 26 additions and 3 deletions

View File

@@ -3,7 +3,7 @@
// that can be found in the LICENSE file.
module main
import help
import cmd.v.help
import os
import term
import v.pref