1
0
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:
Yochem van Rosmalen 2023-01-09 21:34:36 +01:00 committed by GitHub
parent 51907618c3
commit 0109fe66a6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -36,7 +36,7 @@ pub fn (p FilePermission) bitmask() u32 {
return mask
}
struct FileMode {
pub struct FileMode {
pub:
typ FileType
owner FilePermission