| Commit message (Collapse) | Author | Age |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Some minor fixes and clean up to articles that referred to
code.google.com (now defunct).
This cleans up all of the top 30 articles (not much point in cleaning
up the articles that are less viewed).
Fixes golang/go#18907.
Change-Id: I38a22f57e1effa8a545b429dface088042df0f91
Reviewed-on: https://go-review.googlesource.com/36311
Reviewed-by: Russ Cox <rsc@golang.org>
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
|
|
| |
Change-Id: I032f1d9163048e0d4b80c8e0a2330f772bb77e19
Reviewed-on: https://go-review.googlesource.com/3968
Reviewed-by: Andrew Gerrand <adg@golang.org>
|
|
Change-Id: Iddb15b375e2e11207105d3373b4c8f77e6dd7633
Reviewed-on: https://go-review.googlesource.com/3843
Reviewed-by: Rob Pike <r@golang.org>
|