mirror of
https://github.com/golang/go.git
synced 2025-10-19 19:13:18 +00:00
formatted
This commit is contained in:
parent
0e22316665
commit
a0160e8fc8
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ var (
|
|||
nodeTRUNC = constants.Get("O_TRUNC").Int()
|
||||
nodeAPPEND = constants.Get("O_APPEND").Int()
|
||||
nodeEXCL = constants.Get("O_EXCL").Int()
|
||||
|
||||
|
||||
// NodeJS on Windows does not support O_DIRECTORY, so we default
|
||||
// to -1 and assign it in init if available.
|
||||
// See https://nodejs.org/docs/latest/api/fs.html#file-open-constants.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue