os: make Result public
parent
36eb1b77d0
commit
2032da7fe2
|
@ -326,7 +326,7 @@ fn pclose(f *C.FILE) int {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
struct Result {
|
pub struct Result {
|
||||||
pub:
|
pub:
|
||||||
exit_code int
|
exit_code int
|
||||||
output string
|
output string
|
||||||
|
|
Loading…
Reference in New Issue