| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
| |
Replaces CL 33356.
Fixes #17262.
Change-Id: Idfb2343e90771775e51a66c63760f458737a288c
Reviewed-on: https://go-review.googlesource.com/33730
Run-TryBot: Russ Cox <rsc@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
We relay this info in a few places, in a few different ways, but not
consistently everywhere. This led one of our users to start googling
and not find https://golang.org/doc/code.html#Workspaces, of which `go
help gopath` is the most equivalent.
Change-Id: I28a94375739f3aa4f200e145293ca2a5f65101e1
Reviewed-on: https://go-review.googlesource.com/28690
Run-TryBot: Rob Pike <r@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Rob Pike <r@golang.org>
|
| |
|
|
|
|
|
|
|
| |
Fixes #9228
Change-Id: Ic4df4a39f6f363bdd6eb9228c8164e6e9dccee1b
Reviewed-on: https://go-review.googlesource.com/5561
Reviewed-by: Rob Pike <r@golang.org>
Reviewed-by: Austin Clements <austin@google.com>
|
| |
|
|
|
|
|
|
|
| |
The existing go code document did not link to the GOPATH documentation.
This will link to it, in hopes of making it more discoverable.
Change-Id: Ie4ded2fdce08f412e4acbcc93acdd76f5791b84a
Reviewed-on: https://go-review.googlesource.com/2265
Reviewed-by: Andrew Gerrand <adg@golang.org>
|
| |
|
|
|
|
|
|
| |
Related to issue #9228
Change-Id: I0819e657f6393788754d1412f9c2126a170d4cf1
Reviewed-on: https://go-review.googlesource.com/1577
Reviewed-by: Rob Pike <r@golang.org>
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
These are the references that affect current Go users.
I left intact references in older release notes;
we can figure out what to do with them later.
LGTM=rsc
R=rsc
CC=golang-codereviews
https://golang.org/cl/186140043
Conflicts:
doc/go1.4.html
Change-Id: I1032686f2b3ac6dacaf8f114b8c35cdf221330ca
|
| |
|
|
|
|
|
| |
LGTM=rsc, r
R=r, rsc
CC=golang-codereview, golang-codereviews
https://golang.org/cl/168050043
|
| |
|
|
|
|
|
|
|
|
|
| |
golang.org now serves HTTPS with a valid cert, so it's reasonable
that users should click through to the HTTPS versions of *.golang.org
and other known sites.
LGTM=bradfitz
R=golang-codereviews, bradfitz
CC=golang-codereviews
https://golang.org/cl/112650043
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
Clarify that GOROOT should only be set when using a custom install path.
Remove NetBSD from binary install page (we don't provide binaries).
Remove "What's next" links from installation instructions.
Emphasize "How to Write Go Code" page.
Fixes #6613.
R=golang-dev, r
CC=golang-dev
https://golang.org/cl/28700043
|
| |
|
|
|
|
| |
R=golang-dev, dave
CC=golang-dev
https://golang.org/cl/14629043
|
| |
|
|
|
|
| |
R=golang-dev, r
CC=golang-dev
https://golang.org/cl/14494044
|
| |
|
|
|
|
|
|
| |
See https://en.wikipedia.org/wiki/Newton%27s_method#Square_root_of_a_number
R=golang-dev, minux.ma, adg
CC=golang-dev
https://golang.org/cl/9145044
|
| |
|
|
|
|
| |
R=golang-dev, bradfitz
CC=golang-dev
https://golang.org/cl/8919043
|
| |
|
|
|
|
|
|
|
| |
Fixed example program's output to match program's code.
Fixes #5204.
R=golang-dev, minux.ma
CC=golang-dev
https://golang.org/cl/8365043
|
| |
|
|
|
|
| |
R=golang-dev, adg
CC=golang-dev
https://golang.org/cl/8248044
|
| |
|
|
|
|
| |
R=golang-dev, adg
CC=golang-dev
https://golang.org/cl/8285044
|
| |
|
|
|
|
| |
R=golang-dev, r
CC=golang-dev
https://golang.org/cl/8344043
|
| |
|
|
|
|
|
|
|
|
| |
This version just tells you what to do, rather
than trying to teach you how it all works.
Should be much better for newcomers.
R=dave, gary.burd, alcosholik, r
CC=golang-dev
https://golang.org/cl/8247044
|
| |
|
|
|
|
| |
R=golang-dev, adg
CC=golang-dev
https://golang.org/cl/7308079
|
| |
|
|
|
|
| |
R=dsymonds
CC=golang-dev
https://golang.org/cl/7094058
|
| |
|
|
|
|
| |
R=golang-dev, r
CC=golang-dev
https://golang.org/cl/6849046
|
| |
|
|
|
|
| |
R=adg
CC=golang-dev
https://golang.org/cl/6458043
|
| |
|
|
|
|
| |
R=golang-dev, adg
CC=golang-dev
https://golang.org/cl/5989045
|
| |
|
|
|
|
|
|
| |
Fixes #3445.
R=golang-dev, rsc, mtj
CC=golang-dev
https://golang.org/cl/5975061
|
| |
|
|
|
|
|
|
|
| |
Fixes #3420.
(which was already fixed)
R=golang-dev, bradfitz, dsymonds
CC=golang-dev
https://golang.org/cl/5987043
|
| |
|
|
|
|
|
|
| |
Fixes #3429.
R=golang-dev, rsc
CC=golang-dev
https://golang.org/cl/5966047
|
| |
|
|
|
|
|
|
|
| |
Fixes #3420.
Part of issue 3424.
R=golang-dev, cldorian, adg, r
CC=golang-dev
https://golang.org/cl/5958046
|
| |
|
|
|
|
| |
R=golang-dev, r, r
CC=golang-dev
https://golang.org/cl/5845059
|
| |
|
|
|
|
| |
R=golang-dev, rsc
CC=adg, golang-dev
https://golang.org/cl/5720050
|
| |
|
|
|
|
| |
R=golang-dev, balasanjay, r
CC=golang-dev
https://golang.org/cl/5640045
|
| |
|
|
|
|
| |
R=golang-dev, gri
CC=golang-dev
https://golang.org/cl/5707065
|
| |
|
|
|
|
| |
R=golang-dev, adg, r
CC=golang-dev
https://golang.org/cl/5649068
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This allows HTML pages to specify arbitrary data in a header:
<!--{
"Title": "The page title",
...
}-->
replacing the old style comments:
<!-- title The page title -->
R=gri, rsc, r, bradfitz, dsymonds
CC=golang-dev
https://golang.org/cl/5532093
|
| |
|
|
|
|
| |
R=golang-dev, r, kevlar, rsc
CC=golang-dev
https://golang.org/cl/5534045
|
| |
|
|
|
|
| |
R=rsc
CC=golang-dev
https://golang.org/cl/4264043
|
| |
|
|
|
|
| |
R=r, rsc, gri
CC=golang-dev
https://golang.org/cl/4257049
|
| |
|
|
|
|
|
|
| |
"-test.bench" and "-test.run".
R=r
CC=golang-dev
https://golang.org/cl/4197041
|
| |
|
|
|
|
|
|
| |
Fixes #1507.
R=golang-dev, ehog.hedge, rsc
CC=golang-dev
https://golang.org/cl/4160049
|
| |
|
|
|
|
| |
R=golang-dev, rsc
CC=golang-dev
https://golang.org/cl/3288042
|
| |
|
|
|
|
|
|
| |
Fixes #1282.
R=adg
CC=golang-dev
https://golang.org/cl/3152041
|
| |
|
|
|
|
| |
R=adg, r, PeterGo
CC=golang-dev
https://golang.org/cl/1942044
|
| |
|
|
|
|
| |
R=rsc
CC=golang-dev
https://golang.org/cl/1444041
|
| |
|
|
|
|
| |
R=r
CC=golang-dev
https://golang.org/cl/1404041
|
| |
|
|
|
|
| |
R=rsc
CC=golang-dev
https://golang.org/cl/180075
|
| |
|
|
|
|
|
|
| |
this change.
R=rsc
CC=golang-dev
https://golang.org/cl/171048
|
|
|
R=r
https://golang.org/cl/170042
|