In the docs file modes are often shown in octal, e.g., `0600`.

Doc suggestion: update octal to use the modern unambiguous format, e.g., 
`0o600`.

Const suggestion: add at least one const to `os`, e.g., 
```go
const ModeUserRW = 0o600
// plus any one or two others that are really common?
```
If the const it added it should be used on the docs rather than raw `0o600`.

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/golang-nuts/a8699162-3256-4d51-bba4-87135e5f1b19n%40googlegroups.com.

Reply via email to