mirror of
https://github.com/vlang/v.git
synced 2025-09-13 14:32:26 +03:00
os: fix exec() and get_raw_line(); fix Windows tests and examples
This commit is contained in:
parent
fe50aeb130
commit
aa438c7c3f
10 changed files with 106 additions and 54 deletions
|
@ -1,3 +1,5 @@
|
|||
/*
|
||||
|
||||
module main
|
||||
|
||||
import pg
|
||||
|
@ -52,5 +54,6 @@ fn main() {
|
|||
db.insert(nc)
|
||||
*/
|
||||
|
||||
|
||||
}
|
||||
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue