Will Faught
5e8a731665
README: fix CC BY license name
...
Change-Id: Idf3c4427426e3cb74c7749762f2b4f621cf82dba
GitHub-Last-Rev: 86f51a5d50
GitHub-Pull-Request: golang/go#68518
Reviewed-on: https://go-review.googlesource.com/c/go/+/599515
Auto-Submit: Ian Lance Taylor <iant@google.com >
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com >
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com >
Reviewed-by: Ian Lance Taylor <iant@google.com >
2024-07-22 17:45:27 +00:00
Russ Cox
a5b4283dfd
README: update from CC-BY-3.0 to CC-BY-4.0
...
CC-BY-3.0 was shiny and new back in 2009, but CC-BY-4.0 is
generally preferred now. Update our CC-BY uses to CC-BY-4.0.
Google lawyers signed off on the overall CC-BY-4.0 update
and Renee French signed off on the update of the gopher license.
See also CL 447156.
Change-Id: I3908910d6011ed733271e595f761c773351b30f7
Reviewed-on: https://go-review.googlesource.com/c/go/+/447275
TryBot-Result: Gopher Robot <gobot@golang.org >
Auto-Submit: Russ Cox <rsc@golang.org >
Reviewed-by: Ian Lance Taylor <iant@google.com >
Run-TryBot: Russ Cox <rsc@golang.org >
2022-11-02 20:14:56 +00:00
Hana
e35763469a
README.md: update wiki link
...
Change-Id: I307c3524f2031e2a3e7ada6e86c73e278481de6d
Reviewed-on: https://go-review.googlesource.com/c/go/+/402179
Run-TryBot: Hyang-Ah Hana Kim <hyangah@gmail.com >
TryBot-Result: Gopher Robot <gobot@golang.org >
Reviewed-by: Russ Cox <rsc@golang.org >
2022-04-26 16:21:18 +00:00
Jero Bado
6673d5d701
README.md: update links to go.dev
...
Fixes #50916 .
Change-Id: I51f3269b7a0793a3002eef83de1d871111fc3cdc
GitHub-Last-Rev: fc8c183ac7
GitHub-Pull-Request: golang/go#50919
Reviewed-on: https://go-review.googlesource.com/c/go/+/381962
Reviewed-by: Ian Lance Taylor <iant@golang.org >
Trust: Cherry Mui <cherryyz@google.com >
Reviewed-by: Daniel Martí <mvdan@mvdan.cc >
Trust: Daniel Martí <mvdan@mvdan.cc >
2022-03-20 16:05:03 +00:00
180909
bd8009d439
README.md: update contribute URL
...
/doc/contribute.html now redirects to /doc/contribute.
Change-Id: Ib342d515bf6e74bb5807ce21f8df3d985bc7e490
GitHub-Last-Rev: c491a060da
GitHub-Pull-Request: golang/go#48005
Reviewed-on: https://go-review.googlesource.com/c/go/+/345590
Trust: Cherry Mui <cherryyz@google.com >
Trust: Daniel Martí <mvdan@mvdan.cc >
Reviewed-by: Daniel Martí <mvdan@mvdan.cc >
2021-09-30 13:33:21 +00:00
Ian Lance Taylor
6f3da9d2f6
README: pull gopher image from website
...
Fixes breakage accidentally introduced by https://golang.org/cl/291711 .
Fixes #44295
Change-Id: I76f3e5577d1d24027d4ed2a725b5b749ab2d059c
Reviewed-on: https://go-review.googlesource.com/c/go/+/292629
Trust: Ian Lance Taylor <iant@golang.org >
Run-TryBot: Ian Lance Taylor <iant@golang.org >
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org >
2021-02-16 18:25:10 +00:00
Russ Cox
626ef08127
doc: remove install.html and install-source.html
...
These live in x/website/content/doc now.
The copies here just attract edits that have no actual effect.
For #40496 .
For #41861 .
Change-Id: I2fdd7375e373949eb9a88f4cdca440b6a5d45eea
Reviewed-on: https://go-review.googlesource.com/c/go/+/291709
Trust: Russ Cox <rsc@golang.org >
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org >
2021-02-16 02:06:56 +00:00
Suriyaa Sundararuban
235c5cf153
README: linkify some paths
...
Change-Id: I77e31954f6d92f769934843bbba9f990f330f50a
Reviewed-on: https://go-review.googlesource.com/116675
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org >
2018-06-06 18:07:01 +00:00
Dhruvdutt Jadhav
f113a629b2
README: update number of contributors
...
Change-Id: I5a1c7ed83a430a509d8f61f4aba8772d5d16ad48
GitHub-Last-Rev: fed86d8869
GitHub-Pull-Request: golang/go#24664
Reviewed-on: https://go-review.googlesource.com/104515
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org >
2018-04-03 22:10:32 +00:00
Andrew Bonventre
4c4ce3dc79
all: restore changes from faulty merge/revert
...
This reverts commit 3b6abd8a45 .
Change-Id: I8ca100501c1844af78a547989786d14dac6b494a
Reviewed-on: https://go-review.googlesource.com/93456
Reviewed-by: Andrew Bonventre <andybons@golang.org >
2018-02-12 20:13:59 +00:00
Andrew Bonventre
3b6abd8a45
Revert "[release-branch.go1.10] all: merge master into release-branch.go1.10"
...
This reverts commit b83d7f7253 .
Reason for revert: wrong branch
Change-Id: I28ebb121f7b3e331729e8a6a00961b876f3dd0f2
Reviewed-on: https://go-review.googlesource.com/93455
Reviewed-by: Andrew Bonventre <andybons@golang.org >
2018-02-12 20:10:09 +00:00
Andrew Bonventre
d814c2be9b
doc: remove Pull Request note in README.md
...
Since we now accept Pull Requests via GerritBot, this comment is obsolete.
Change-Id: I0de8ecff7d1f146320a52f143e65068f8adbeaa6
GitHub-Last-Rev: 01818bdf7a
GitHub-Pull-Request: golang/go#23752
Reviewed-on: https://go-review.googlesource.com/92995
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org >
2018-02-08 23:55:32 +00:00
Chris Broadfoot
ef2593905d
readme: add attribution for the Gopher image
...
Change-Id: I3b1317f0ab46e03d8c5a0af74c83183710a75055
Reviewed-on: https://go-review.googlesource.com/36214
Reviewed-by: Russ Cox <rsc@golang.org >
Reviewed-by: Rob Pike <r@golang.org >
2017-02-03 19:39:41 +00:00
Alberto Donizetti
f674537cc9
README.md: update and simplify
...
Fixes #18675
Change-Id: I82e63e8ee3fe4a998b01d9397c3045912588e2f5
Reviewed-on: https://go-review.googlesource.com/35183
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org >
2017-01-17 21:26:43 +00:00
Robert Griesemer
4c2a4004bd
readme: emphasize issue tracker is for bugs/proposals
...
Removed direct link to issue tracker in the README - it makes it too
easy to use it for a question - and it's abused multiple times a day
for questions. It's easy enough to find it if there's a real issue
to report.
Added sentence to point people at golang-nuts and the new forum.
Change-Id: If75bab888cda064aceeefc49ef672fbb964f8f54
Reviewed-on: https://go-review.googlesource.com/15284
Reviewed-by: Jason Buberel <jbuberel@google.com >
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org >
2015-10-02 18:44:14 +00:00
Ryan Seys
ac452349e4
doc: fix broken link in README
...
Change-Id: I73450aeb59571f3285ff59ae214739e1866c9aa0
Reviewed-on: https://go-review.googlesource.com/5270
Reviewed-by: Andrew Gerrand <adg@golang.org >
2015-02-19 05:50:57 +00:00
Robert Griesemer
f21ee1e1d8
README: emphasize that we don't accept pull requests
...
Change-Id: Ie31f957f6b60b0a9405147c7a0af789df01a4b02
Reviewed-on: https://go-review.googlesource.com/2550
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org >
2015-01-08 18:50:47 +00:00
Andrew Gerrand
69f24cfa14
doc: update README.md and CONTRIBUTING.md in response to review comments
...
I didn't 'add' these files before my final mail.
Change-Id: Id6f25629638e58421a3dee7632aec38aad9b1970
Reviewed-on: https://go-review.googlesource.com/1340
Reviewed-by: Andrew Gerrand <adg@golang.org >
2014-12-10 22:48:34 +00:00
Andrew Gerrand
495e02db8c
doc: convert README to markdown and update CONTRIBUTING.md
...
Fixes #9233
Change-Id: If64480cbfaafe44025fcdcc0f20d76c995ffb3a1
Reviewed-on: https://go-review.googlesource.com/1296
Reviewed-by: Russ Cox <rsc@golang.org >
2014-12-10 22:19:01 +00:00