mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
run vfmt
This commit is contained in:
@@ -1,10 +1,6 @@
|
||||
module os
|
||||
// (Must be realized in Syscall) (Must be specified)
|
||||
// File modes.
|
||||
|
||||
|
||||
|
||||
|
||||
const (
|
||||
O_RDONLY = 1 // open the file read-only.
|
||||
O_WRONLY = 2 // open the file write-only.
|
||||
|
||||
Reference in New Issue
Block a user