aboutsummaryrefslogtreecommitdiff
path: root/doc/codewalk
AgeCommit message (Collapse)Author
2021-02-16doc: remove all docs not tied to distributionRuss Cox
They have moved to x/website in CL 291693. The docs that are left are the ones that are edited at the same time as development in this repository and are tied to the specific version of Go being developed. Those are: - the language spec - the memory model - the assembler manual - the current release's release notes Change-Id: I437c4d33ada1b1716b1919c3c939c2cacf407e83 Reviewed-on: https://go-review.googlesource.com/c/go/+/291711 Trust: Russ Cox <rsc@golang.org> Trust: Dmitri Shuralyov <dmitshur@golang.org> Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
2019-11-14doc: convert remaining bash tests to GoBryan C. Mills
Updates #28387 Updates #30316 Fixes #35574 Change-Id: I21c9e18573909e092ed8dcec91b8542bb97e9f5a Reviewed-on: https://go-review.googlesource.com/c/go/+/207263 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
2019-02-05doc: fix a typoalkesh26
Change-Id: Ia830f59d6f6ca1bc506ec298ccfc154d9f94f01d GitHub-Last-Rev: 3ab18d4fd1a8d4295713cbb7ff74f30b3838b6d3 GitHub-Pull-Request: golang/go#30067 Reviewed-on: https://go-review.googlesource.com/c/160829 Run-TryBot: Ian Lance Taylor <iant@golang.org> Reviewed-by: Ian Lance Taylor <iant@golang.org>
2016-05-02all: make copyright headers consistent with one space after periodEmmanuel Odeke
Follows suit with https://go-review.googlesource.com/#/c/20111. Generated by running $ grep -R 'Go Authors. All' * | cut -d":" -f1 | while read F;do perl -pi -e 's/Go Authors. All/Go Authors. All/g' $F;done The code in cmd/internal/unvendor wasn't changed. Fixes #15213 Change-Id: I4f235cee0a62ec435f9e8540a1ec08ae03b1a75f Reviewed-on: https://go-review.googlesource.com/21819 Reviewed-by: Ian Lance Taylor <iant@golang.org> Run-TryBot: Ian Lance Taylor <iant@golang.org> TryBot-Result: Gobot Gobot <gobot@golang.org>
2016-02-04doc: rewrite references to plan9.bell-labs.com to 9p.ioAndrew Gerrand
The plan9.bell-labs.com site has fallen into disrepair. We'll instead use the site maintained by contributor David du Colombier. Fixes #14233 Change-Id: I0c702e5d3b091cccd42b288ea32f34d507a4733d Reviewed-on: https://go-review.googlesource.com/19240 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org> Reviewed-by: David du Colombier <0intro@gmail.com>
2014-05-21doc: fix typo in sharemem codewalkEmil Hessman
LGTM=bradfitz R=golang-codereviews, bradfitz CC=golang-codereviews https://golang.org/cl/98460045
2013-10-12doc: fix small HTML problemsShenghou Ma
R=golang-dev, dave CC=golang-dev https://golang.org/cl/14629043
2013-08-01doc: don't invoke go build with -o /dev/null during testRobert Daniel Kortschak
Fixes #5998. R=golang-dev, khr CC=golang-dev https://golang.org/cl/12149043
2013-07-30doc: don't block page load on JavaScript fetchAndrew Gerrand
R=golang-dev, dsymonds CC=golang-dev https://golang.org/cl/12050045
2013-07-30doc/codewalk: test source codeAndrew Gerrand
Fixes #2648. R=golang-dev, r CC=golang-dev https://golang.org/cl/11331043
2013-04-24all: fix typosShenghou Ma
R=golang-dev, bradfitz CC=golang-dev https://golang.org/cl/8896045
2013-04-01doc/codewalk/markov: fix slice error in descriptionRob Pike
Fixes #5176. R=golang-dev, bradfitz CC=golang-dev https://golang.org/cl/8118046
2013-01-31doc/codewalk: gofmt pig.goRuss Cox
R=golang-dev, bradfitz CC=golang-dev https://golang.org/cl/7221079
2012-10-18doc/codewalk/markov: fix the highlight range of the step "The NewChain ↵Oling Cat
constructor function". R=r, minux.ma, adg CC=golang-dev https://golang.org/cl/6710044
2012-10-05doc/codewalk: make it work with jQuery 1.8.2Shenghou Ma
so that it could work with the bundled jQuery. R=adg CC=golang-dev https://golang.org/cl/6592073
2012-03-30doc/codewalk/markov: fix syntax and broken linkShenghou Ma
Part of issue 3424. R=golang-dev, r CC=golang-dev https://golang.org/cl/5955050
2012-03-24codewalk/sharemem.xml: fix references to filesRob Pike
R=golang-dev, iant CC=golang-dev https://golang.org/cl/5877064
2012-03-20doc: replace mentions of 6g with gc or the go commandAndrew Gerrand
R=golang-dev, r CC=golang-dev https://golang.org/cl/5846070
2012-03-07doc: update linksShenghou Ma
R=golang-dev, adg CC=golang-dev https://golang.org/cl/5754051
2012-02-15doc: fix codewalk/markov.goLai Jiangshan
When I build it, I got: /home/njubee/work/golang/doc/codewalk/markov.go:124: undefined: time.Nanoseconds time.Nanoseconds() does not exist now, use time.Now().UnixNano() instead R=golang-dev, adg CC=golang-dev https://golang.org/cl/5668044
2012-01-19doc/codewalk: update urlpoll to use time.Duration.Stefan Nilsson
R=adg CC=golang-dev https://golang.org/cl/5545061
2012-01-03doc/codewalk/functions.xml: Fix broken function examplesJohn DeNero
I removed the broken function comparison example and fixed a code highlighting regexp. R=golang-dev, adg CC=golang-dev https://golang.org/cl/5501078
2011-11-08renaming_4: gofix -r everything/but/src/pkgRob Pike
R=rsc CC=golang-dev https://golang.org/cl/5338043
2011-11-03all: rename os.EOF to io.EOF in various non-code contextsVincent Vanackere
R=golang-dev, r CC=golang-dev https://golang.org/cl/5334050
2011-11-01non-pkg: gofix -r error -force=errorRuss Cox
R=golang-dev, iant, r, r CC=golang-dev https://golang.org/cl/5307066
2011-08-17doc/codewalk: new Markov chain codewalkAndrew Gerrand
R=gri, r, rsc CC=golang-dev https://golang.org/cl/4891041
2011-04-07A codewalk through a simple program that illustrates several aspects of Go ↵John DeNero
functions: function objects, higher-order functions, variadic functions, tail recursion, etc. The example program simulates the game of Pig, a dice game with simple rules but a nontrivial solution. R=adg, rsc, iant2, r CC=golang-dev https://golang.org/cl/4306045
2010-11-08doc/codewalk: update for changes in log packageAndrey Mirtchovski
R=adg, r CC=golang-dev https://golang.org/cl/2984041
2010-06-30doc/codewalk: Share Memory By CommunicatingAndrew Gerrand
R=r, rsc CC=golang-dev https://golang.org/cl/1727043
2010-04-26godoc: add codewalk supportRuss Cox
R=adg, gri CC=golang-dev, r https://golang.org/cl/1008042