-
Notifications
You must be signed in to change notification settings - Fork 17.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
os: document that FileMode permission bits are Unix bits #7075
Labels
Milestone
Comments
Since `pkg` is gone, the correct URL referenced in OP for this issue is https://code.google.com/p/go/source/browse/src/os/types.go#56 Also, I doubt this is really an issue. Even if someone doesn't know UNIX conventions for permissions, how much time does it take to Google them up? |
gopherbot
added
help wanted
release-none
Suggested
Issues that may be good for new contributors looking for work to do.
labels
Oct 12, 2014
Let's change "// permission bits" to "// Unix permission bits" and be done. |
rsc
changed the title
add bitmask legend to os.FileMode's godoc documentation.
os: document that FileMode permission bits are Unix bits
Apr 14, 2015
rsc
added
Documentation
Issues describing a change to documentation.
and removed
help wanted
Suggested
Issues that may be good for new contributors looking for work to do.
labels
Apr 14, 2015
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
by Mortdeus@gocos2d.org:
The text was updated successfully, but these errors were encountered: