1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

os: make Result public

This commit is contained in:
Simon Ernst 2019-10-24 20:58:28 +02:00 committed by Alexander Medvednikov
parent 36eb1b77d0
commit 2032da7fe2

View File

@ -326,7 +326,7 @@ fn pclose(f *C.FILE) int {
}
}
struct Result {
pub struct Result {
pub:
exit_code int
output string