| Commit message (Collapse) | Author | Age |
|
|
|
|
|
|
|
|
|
|
|
|
| |
talks.golang.org
blog.golang.org
godoc.org
swtch.com
And few misc ones done by hand.
Change-Id: Ia2c4fee630814a1ef3b143098bbac3edd6a45064
Reviewed-on: https://go-review.googlesource.com/106977
Reviewed-by: Andrew Bonventre <andybons@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>
|
|
|
|
|
|
|
|
|
|
| |
Updates URLs for some code.google.com projects and Wiki pages
that may stop working as a result of code.google.com shutting down
some time in August, 2015.
Change-Id: I012e767faeb011308462bf8fbd2ed65ea6035a30
Reviewed-on: https://go-review.googlesource.com/13656
Reviewed-by: Andrew Gerrand <adg@golang.org>
|
|
|
|
|
|
|
|
|
|
|
| |
key, as this is not guaranteed to be unique.
Fixes golang/go#8443.
LGTM=campoy
R=adg, campoy
CC=dsymonds, golang-codereviews
https://golang.org/cl/121890043
|
|
|
|
|
|
|
| |
LGTM=sameer
R=sameer, r
CC=golang-codereviews
https://golang.org/cl/121800043
|
|
Blog demo (internal):
http://olivia.nyc.corp.google.com:8081/context
Server demo (internal):
http://olivia.nyc.corp.google.com:8080/search?q=golang&timeout=1s
LGTM=bcmills, adg, r
R=r, rsc, adg, bcmills, ken, adonovan, dsymonds, crawshaw, campoy, hakim, dneil
https://golang.org/cl/116820044
|