mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
vlib: remove ustring usage (#10618)
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
import os
|
||||
import os.notify
|
||||
import time
|
||||
|
||||
// make a pipe and return the (read, write) file descriptors
|
||||
fn make_pipe() ?(int, int) {
|
||||
|
||||
Reference in New Issue
Block a user