aboutsummaryrefslogtreecommitdiff
path: root/content/package-names.article
Commit message (Collapse)AuthorAge
* content: update context article to use stdlib import pathEmmanuel Odeke2016-09-26
| | | | | | | | | | | | | Updated context article to use stdlib import path. Updated package-names article to reflect that context is now in stdlib, and added x/time/rate as an example for a longer package name. Fixes golang/go#15562 Change-Id: I58d495527037f5201897825ca11f484561997277 Reviewed-on: https://go-review.googlesource.com/29759 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
* blog: edits to package-names post.Sameer Ajmani2015-02-23
| | | | | | | | | | I received a question about whether package functions named "New" were required (they're not), so I'm adding examples of functions named "WithX" and "FromY" to show other useful forms. Change-Id: Iff3ddec3dca3344762f09ba52de9cd515a4bc863 Reviewed-on: https://go-review.googlesource.com/5572 Reviewed-by: Rob Pike <r@golang.org>
* blog: Package names: address adg's commentsSameer Ajmani2015-02-05
| | | | | | Change-Id: I032f1d9163048e0d4b80c8e0a2330f772bb77e19 Reviewed-on: https://go-review.googlesource.com/3968 Reviewed-by: Andrew Gerrand <adg@golang.org>
* blog: Package names postSameer Ajmani2015-02-04
Change-Id: Iddb15b375e2e11207105d3373b4c8f77e6dd7633 Reviewed-on: https://go-review.googlesource.com/3843 Reviewed-by: Rob Pike <r@golang.org>