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

Revert "v.util: make mod_path_to_full_name more robust"

This reverts commit b11ce91141.
This commit is contained in:
Delyan Angelov
2022-01-31 06:57:50 +02:00
parent b11ce91141
commit 46a096b95d
4 changed files with 3 additions and 26 deletions

View File

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