1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00
This commit is contained in:
Alexander Medvednikov
2019-10-30 17:07:41 +03:00
parent 08c1f408d3
commit 9044f1437c
2 changed files with 12 additions and 2 deletions

View File

@ -6,7 +6,7 @@ module compiler
import os
const (
pub const (
v_modules_path = os.home_dir() + '.vmodules'
)