-
Notifications
You must be signed in to change notification settings - Fork 18.4k
Open
Labels
DocumentationIssues describing a change to documentation.Issues describing a change to documentation.NeedsDecisionFeedback is required from experts, contributors, and/or the community before a change can be made.Feedback is required from experts, contributors, and/or the community before a change can be made.
Milestone
Description
If I have simply missed where this is documented, please let me know where I should have looked, and close this out.
Many places describe how custom filename suffixes interact with the toolchain: _test
, _linux
, _arm
. However I cannot find anywhere that says you should use snake case for multi-word file names, as is suggested by the standard library: e.g. time/zoneinfo_read.go
/os/removeall_at.go
not time/zoneinfoRead.go
/os/removeallAt.go
or time/zoneinfo-read.go
/os/removeall-at.go
.
This may seem self evident to experienced users, but I have seen many people get confused by the fact that variables use CamelCase := ""
, while files use snake_case.go
.
MDobak, chiawendt, dpcat237, nalcheg, mrwormhole and 40 morecristaloleg
Metadata
Metadata
Assignees
Labels
DocumentationIssues describing a change to documentation.Issues describing a change to documentation.NeedsDecisionFeedback is required from experts, contributors, and/or the community before a change can be made.Feedback is required from experts, contributors, and/or the community before a change can be made.