mirror of
https://github.com/vlang/v.git
synced 2025-09-15 07:22:27 +03:00
foo()? syntax
This commit is contained in:
parent
72249ce889
commit
b1fa0d25f0
5 changed files with 34 additions and 10 deletions
|
@ -892,7 +892,7 @@ pub fn new_v(args[]string) &V {
|
|||
//println('VROOT=$vroot')
|
||||
// v.exe's parent directory should contain vlib
|
||||
if !os.dir_exists(vroot) || !os.dir_exists(vroot + '/vlib/builtin') {
|
||||
println('vlib not found, downloading it...')
|
||||
//println('vlib not found, downloading it...')
|
||||
/*
|
||||
ret := os.system('git clone --depth=1 https://github.com/vlang/v .')
|
||||
if ret != 0 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue