| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This CL adjusts code referring to src/pkg to refer to src.
Immediately after submitting this CL, I will submit
a change doing 'hg mv src/pkg/* src'.
That change will be too large to review with Rietveld
but will contain only the 'hg mv'.
This CL will break the build.
The followup 'hg mv' will fix it.
For more about the move, see golang.org/s/go14nopkg.
LGTM=r
R=r
CC=golang-codereviews
https://codereview.appspot.com/134570043
|
|
|
|
|
|
|
| |
LGTM=ruiu
R=golang-codereviews, ruiu
CC=golang-codereviews
https://codereview.appspot.com/109100046
|
|
|
|
|
|
|
| |
LGTM=bradfitz
R=golang-codereviews, bradfitz
CC=golang-codereviews
https://codereview.appspot.com/93470043
|
|
|
|
|
|
|
| |
LGTM=bradfitz
R=bradfitz
CC=golang-codereviews
https://codereview.appspot.com/84920043
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The original test would open a local port and then immediately close it
and use the port number in subsequent tests. Between the port being closed
and reused by the later process, it could be opened by some other program
on the machine.
Changed the test to run the server process directly and have it save the
assigned port to a text file to be used by client processes.
Fixes issue 5564.
LGTM=adg
R=golang-codereviews, gobot, adg
CC=golang-codereviews
https://codereview.appspot.com/72290043
Committer: Andrew Gerrand <adg@golang.org>
|
|
|
|
|
|
|
|
|
|
|
| |
This got deleted mistakenly during the content re-org.
Fixes issue 7275.
LGTM=dvyukov
R=golang-codereviews, minux.ma, dvyukov
CC=golang-codereviews
https://codereview.appspot.com/60850043
|
|
|
|
|
|
|
|
| |
R=golang-dev, adg, minux.ma
CC=golang-dev
https://codereview.appspot.com/38410043
Committer: Shenghou Ma <minux.ma@gmail.com>
|
|
|
|
|
|
|
|
| |
Fixes issue 6525.
R=r
CC=golang-dev
https://codereview.appspot.com/14383043
|
|
|
|
|
|
| |
R=golang-dev, r
CC=golang-dev
https://codereview.appspot.com/14364043
|
|
|
|
|
|
|
|
| |
Fixes issue 6488.
R=golang-dev, r
CC=golang-dev
https://codereview.appspot.com/14004043
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Remove "References" section.
Remove most articles and redirect to blog.golang.org.
Move /ref/spec and /ref/mem to /doc/spec and /doc/mem.
Remove duplicate links from the remaining
"Documents", "The Project", and "Help" pages.
Defer to the wiki for more links and community content.
Update command reference and mention cover tool.
Add "Pop-out" text to the front page.
Pick one of four videos at random to feature on the front page.
Fixes issue 2547.
Fixes issue 5561.
Fixes issue 6321.
R=r, dominik.honnef
CC=golang-dev
https://codereview.appspot.com/13724043
|
|
|
|
|
|
| |
R=golang-dev, bradfitz
CC=golang-dev
https://codereview.appspot.com/13067043
|
|
|
|
|
|
|
|
| |
Thanks to c.emil.hessman@gmail.com for pointing out the error.
R=golang-dev, bradfitz
CC=golang-dev
https://codereview.appspot.com/12572043
|
|
|
|
|
|
|
|
| |
Fixes issue 5881.
R=golang-dev, r
CC=golang-dev
https://codereview.appspot.com/11892043
|
|
|
|
|
|
|
|
| |
Fixes issue 5898.
R=golang-dev, r
CC=golang-dev
https://codereview.appspot.com/11556043
|
|
|
|
|
|
| |
R=golang-dev, iant
CC=golang-dev
https://codereview.appspot.com/9953043
|
|
|
|
|
|
| |
R=golang-dev, bradfitz
CC=golang-dev
https://codereview.appspot.com/8896045
|
|
|
|
|
|
|
|
| |
R=golang-dev, bradfitz
CC=golang-dev
https://codereview.appspot.com/8625044
Committer: Brad Fitzpatrick <bradfitz@golang.org>
|
|
|
|
|
|
|
|
| |
Fixes issue 5316
R=golang-dev, r, minux.ma
CC=golang-dev
https://codereview.appspot.com/8871043
|
|
|
|
|
|
| |
R=golang-dev, r
CC=golang-dev
https://codereview.appspot.com/8763045
|
|
|
|
|
|
|
|
|
|
|
|
| |
Also:
- put GORACE into the go env command
- do minor housekeeping on the race detector article
Fixes issue 4995.
R=golang-dev, adg
CC=golang-dev
https://codereview.appspot.com/8319044
|
|
|
|
|
|
| |
R=golang-dev, r
CC=golang-dev
https://codereview.appspot.com/7475048
|
|
|
|
|
|
|
|
| |
Fixes issue 4942.
R=golang-dev, adg
CC=golang-dev
https://codereview.appspot.com/7444047
|
|
|
|
|
|
| |
R=golang-dev, r
CC=golang-dev
https://codereview.appspot.com/7372048
|
|
|
|
|
|
|
|
|
|
| |
The Camlistore code tree rearranged after the go tool came
out. (I didn't know this link was here until I saw it in
some logs.)
R=adg
CC=golang-dev
https://codereview.appspot.com/7374043
|
|
|
|
|
|
|
|
| |
R=golang-dev, adg
CC=golang-dev
https://codereview.appspot.com/7308079
Committer: Andrew Gerrand <adg@golang.org>
|
|
|
|
|
|
|
|
| |
R=golang-dev, bradfitz, minux.ma, adg
CC=golang-dev
https://codereview.appspot.com/7137049
Committer: Andrew Gerrand <adg@golang.org>
|
|
|
|
|
|
|
|
| |
R=golang-dev, adg
CC=golang-dev
https://codereview.appspot.com/7131045
Committer: Andrew Gerrand <adg@golang.org>
|
|
|
|
|
|
| |
R=dsymonds
CC=golang-dev
https://codereview.appspot.com/7094058
|
|
|
|
|
|
|
|
|
|
| |
Fixes issue 4625.
R=iant, adg
CC=golang-dev
https://codereview.appspot.com/7064052
Committer: Ian Lance Taylor <iant@golang.org>
|
|
|
|
|
|
|
|
| |
R=golang-dev, bradfitz
CC=golang-dev
https://codereview.appspot.com/7061051
Committer: Brad Fitzpatrick <bradfitz@golang.org>
|
|
|
|
|
|
| |
R=minux.ma, franciscossouza, rsc, adg, adg
CC=golang-dev
https://codereview.appspot.com/6948043
|
|
|
|
|
|
|
|
|
|
|
|
| |
CL6449105 changed godoc id attributes to ensure uniqueness.
This CL updates links to godoc pages in documents that used
the old id attributes.
R=golang-dev, dsymonds
CC=golang-dev, speter.go1
https://codereview.appspot.com/7015051
Committer: David Symonds <dsymonds@golang.org>
|
|
|
|
|
|
| |
R=golang-dev, rsc
CC=golang-dev
https://codereview.appspot.com/7000045
|
|
|
|
|
|
| |
R=golang-dev, dave
CC=golang-dev
https://codereview.appspot.com/6871057
|
|
|
|
|
|
|
|
| |
R=golang-dev, adg
CC=golang-dev
https://codereview.appspot.com/6874056
Committer: Andrew Gerrand <adg@golang.org>
|
|
|
|
|
|
| |
R=golang-dev, r
CC=golang-dev
http://codereview.appspot.com/6853069
|
|
|
|
|
|
|
|
|
|
| |
Fixes issue 4297.
R=golang-dev, gri
CC=golang-dev
http://codereview.appspot.com/6817045
Committer: Robert Griesemer <gri@golang.org>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Fixes issue 3733
Fixes issue 2149
Updated Syntax
Added part3.go example program
Added part3-errorhandling.go example program
Improved wording in some places
R=golang-dev, adg, minux.ma
CC=golang-dev
http://codereview.appspot.com/6636048
Committer: Andrew Gerrand <adg@golang.org>
|
|
|
|
|
|
|
|
| |
Fixes issue 3178.
R=golang-dev, iant
CC=golang-dev
http://codereview.appspot.com/6506064
|
|
|
|
|
|
| |
R=adg
CC=golang-dev
http://codereview.appspot.com/6458043
|
|
|
|
|
|
|
|
| |
R=golang-dev, adg
CC=golang-dev
http://codereview.appspot.com/6355076
Committer: David Symonds <dsymonds@golang.org>
|
|
|
|
|
|
|
|
| |
Fixes issue 3753.
R=golang-dev, adg
CC=golang-dev
http://codereview.appspot.com/6304097
|
|
|
|
|
|
|
|
| |
Fixes issue 3569.
R=golang-dev, r
CC=golang-dev
http://codereview.appspot.com/6116055
|
|
|
|
|
|
|
|
|
|
| |
Fixes issue 3474.
R=nigeltao
CC=golang-dev
http://codereview.appspot.com/6048050
Committer: Nigel Tao <nigeltao@golang.org>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Orignally published on The Go Programming Language, September 21, 2011.
http://blog.golang.org/2011/09/go-image-package.html
Update issue 2547
R=adg, nigeltao
CC=golang-dev
http://codereview.appspot.com/5933049
Committer: Nigel Tao <nigeltao@golang.org>
|
|
|
|
|
|
| |
R=golang-dev, r
CC=golang-dev
http://codereview.appspot.com/5924050
|
|
|
|
|
|
| |
R=golang-dev, r
CC=golang-dev
http://codereview.appspot.com/5924051
|
|
|
|
|
|
|
|
| |
Fixes issue 3384.
R=golang-dev, r
CC=golang-dev
http://codereview.appspot.com/5915044
|
|
|
|
|
|
|
|
|
|
|
|
| |
Originally published on The Go Programming Language Blog, Abril 27, 2010.
http://blog.golang.org/2010/04/json-rpc-tale-of-interfaces.html
R=adg, r
CC=golang-dev
http://codereview.appspot.com/5920044
Committer: Andrew Gerrand <adg@golang.org>
|