std: restructure child process namespace
This commit is contained in:
@@ -3,7 +3,7 @@ const builtin = @import("builtin");
|
||||
const io = std.io;
|
||||
const fs = std.fs;
|
||||
const process = std.process;
|
||||
const ChildProcess = std.ChildProcess;
|
||||
const ChildProcess = std.process.Child;
|
||||
const Progress = std.Progress;
|
||||
const print = std.debug.print;
|
||||
const mem = std.mem;
|
||||
|
||||
Reference in New Issue
Block a user