mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
os: make os.FileMode public (#16923)
This commit is contained in:
parent
51907618c3
commit
0109fe66a6
@ -36,7 +36,7 @@ pub fn (p FilePermission) bitmask() u32 {
|
|||||||
return mask
|
return mask
|
||||||
}
|
}
|
||||||
|
|
||||||
struct FileMode {
|
pub struct FileMode {
|
||||||
pub:
|
pub:
|
||||||
typ FileType
|
typ FileType
|
||||||
owner FilePermission
|
owner FilePermission
|
||||||
|
Loading…
Reference in New Issue
Block a user