<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/go-git.git/doc/play, branch dev.inline</title>
<subtitle>github.com: golang/go
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/go-git.git/'/>
<entry>
<title>doc/play: update URL for concurrent pi</title>
<updated>2016-01-06T20:23:21+00:00</updated>
<author>
<name>Russ Cox</name>
<email>rsc@golang.org</email>
</author>
<published>2016-01-06T20:12:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/go-git.git/commit/?id=4391aca850701a6e3d7afb649aef177e07beee5c'/>
<id>4391aca850701a6e3d7afb649aef177e07beee5c</id>
<content type='text'>
The old link died; replace with an archive.org copy.

Fixes #13345.

Change-Id: Ic4a7fdcf258e1ff3b4a02ecb4f237ae7db2686c7
Reviewed-on: https://go-review.googlesource.com/18335
Reviewed-by: Brad Fitzpatrick &lt;bradfitz@golang.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The old link died; replace with an archive.org copy.

Fixes #13345.

Change-Id: Ic4a7fdcf258e1ff3b4a02ecb4f237ae7db2686c7
Reviewed-on: https://go-review.googlesource.com/18335
Reviewed-by: Brad Fitzpatrick &lt;bradfitz@golang.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>doc/play: revise peano.go comment again.</title>
<updated>2014-12-12T01:40:04+00:00</updated>
<author>
<name>David Symonds</name>
<email>dsymonds@golang.org</email>
</author>
<published>2014-12-12T00:38:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/go-git.git/commit/?id=afc2890291feea1d1d46eb9808118dbd7c28ddb2'/>
<id>afc2890291feea1d1d46eb9808118dbd7c28ddb2</id>
<content type='text'>
Change-Id: I412358e99301d1c9603960fd34601dae60fca3cb
Reviewed-on: https://go-review.googlesource.com/1400
Reviewed-by: Rob Pike &lt;r@golang.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I412358e99301d1c9603960fd34601dae60fca3cb
Reviewed-on: https://go-review.googlesource.com/1400
Reviewed-by: Rob Pike &lt;r@golang.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>doc/play: update obsolete comment in peano.go.</title>
<updated>2014-12-11T23:23:30+00:00</updated>
<author>
<name>David Symonds</name>
<email>dsymonds@golang.org</email>
</author>
<published>2014-12-11T10:54:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/go-git.git/commit/?id=da43976c8bd1fd86332c2401956c0b66c19282f0'/>
<id>da43976c8bd1fd86332c2401956c0b66c19282f0</id>
<content type='text'>
Change-Id: Ibecc2ef1e70c927c325c48bc381091f52c09da85
Reviewed-on: https://go-review.googlesource.com/1355
Reviewed-by: Russ Cox &lt;rsc@golang.org&gt;
Reviewed-by: Minux Ma &lt;minux@golang.org&gt;
Reviewed-by: Andrew Gerrand &lt;adg@golang.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: Ibecc2ef1e70c927c325c48bc381091f52c09da85
Reviewed-on: https://go-review.googlesource.com/1355
Reviewed-by: Russ Cox &lt;rsc@golang.org&gt;
Reviewed-by: Minux Ma &lt;minux@golang.org&gt;
Reviewed-by: Andrew Gerrand &lt;adg@golang.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>doc: remove godocs.js and playground.js from core repo</title>
<updated>2013-08-01T05:09:18+00:00</updated>
<author>
<name>Andrew Gerrand</name>
<email>adg@golang.org</email>
</author>
<published>2013-08-01T05:09:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/go-git.git/commit/?id=461f82526a0535e6a63a5c87aec50ab6bc558fe5'/>
<id>461f82526a0535e6a63a5c87aec50ab6bc558fe5</id>
<content type='text'>
These are moved to code.google.com/p/go.tools/cmd/godoc.

R=golang-dev, r
CC=golang-dev
https://golang.org/cl/12220043
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
These are moved to code.google.com/p/go.tools/cmd/godoc.

R=golang-dev, r
CC=golang-dev
https://golang.org/cl/12220043
</pre>
</div>
</content>
</entry>
<entry>
<title>all: be more idiomatic when documenting boolean return values.</title>
<updated>2013-07-23T01:59:49+00:00</updated>
<author>
<name>Rob Pike</name>
<email>r@golang.org</email>
</author>
<published>2013-07-23T01:59:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/go-git.git/commit/?id=abe384f68a8572e94acea0f3966cc72cbedd9c29'/>
<id>abe384f68a8572e94acea0f3966cc72cbedd9c29</id>
<content type='text'>
Phrases like "returns whether or not the image is opaque" could be
describing what the function does (it always returns, regardless of
the opacity) or what it returns (a boolean indicating the opacity).
Even when the "or not" is missing, the phrasing is bizarre.

Go with "reports whether", which is still clunky but at least makes
it clear we're talking about the return value.

These were edited by hand. A few were cleaned up in other ways.

R=golang-dev, dsymonds
CC=golang-dev
https://golang.org/cl/11699043
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Phrases like "returns whether or not the image is opaque" could be
describing what the function does (it always returns, regardless of
the opacity) or what it returns (a boolean indicating the opacity).
Even when the "or not" is missing, the phrasing is bizarre.

Go with "reports whether", which is still clunky but at least makes
it clear we're talking about the return value.

These were edited by hand. A few were cleaned up in other ways.

R=golang-dev, dsymonds
CC=golang-dev
https://golang.org/cl/11699043
</pre>
</div>
</content>
</entry>
<entry>
<title>doc: update playground.js</title>
<updated>2013-07-04T04:24:21+00:00</updated>
<author>
<name>Andrew Gerrand</name>
<email>adg@golang.org</email>
</author>
<published>2013-07-04T04:24:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/go-git.git/commit/?id=1856286fc23ec4332b7ccc46d9838fbb96fd4ce0'/>
<id>1856286fc23ec4332b7ccc46d9838fbb96fd4ce0</id>
<content type='text'>
R=dsymonds
CC=golang-dev
https://golang.org/cl/10933044
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
R=dsymonds
CC=golang-dev
https://golang.org/cl/10933044
</pre>
</div>
</content>
</entry>
<entry>
<title>doc: add Game of Life to playground toys</title>
<updated>2013-06-04T02:59:28+00:00</updated>
<author>
<name>Andrew Gerrand</name>
<email>adg@golang.org</email>
</author>
<published>2013-06-04T02:59:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/go-git.git/commit/?id=850d1026adfb0546bd0a6491ee95890257454282'/>
<id>850d1026adfb0546bd0a6491ee95890257454282</id>
<content type='text'>
R=golang-dev, dsymonds, r
CC=golang-dev
https://golang.org/cl/9961043
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
R=golang-dev, dsymonds, r
CC=golang-dev
https://golang.org/cl/9961043
</pre>
</div>
</content>
</entry>
<entry>
<title>doc/play: sync playground.js with go-playground repo</title>
<updated>2012-12-13T03:32:03+00:00</updated>
<author>
<name>Andrew Gerrand</name>
<email>adg@golang.org</email>
</author>
<published>2012-12-13T03:32:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/go-git.git/commit/?id=c8ce844d5a8680cc4f22639f7c2eda4ee57cfcdd'/>
<id>c8ce844d5a8680cc4f22639f7c2eda4ee57cfcdd</id>
<content type='text'>
Also add style for "Program exited." message.

R=golang-dev, bradfitz
CC=golang-dev
https://golang.org/cl/6934047
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also add style for "Program exited." message.

R=golang-dev, bradfitz
CC=golang-dev
https://golang.org/cl/6934047
</pre>
</div>
</content>
</entry>
<entry>
<title>doc/play: don't use println in examples</title>
<updated>2012-11-26T21:05:18+00:00</updated>
<author>
<name>Brad Fitzpatrick</name>
<email>bradfitz@golang.org</email>
</author>
<published>2012-11-26T21:05:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/go-git.git/commit/?id=a5e10edc34ecfc8173509fabda0998b0cd518da7'/>
<id>a5e10edc34ecfc8173509fabda0998b0cd518da7</id>
<content type='text'>
R=golang-dev, rsc
CC=golang-dev
https://golang.org/cl/6849105
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
R=golang-dev, rsc
CC=golang-dev
https://golang.org/cl/6849105
</pre>
</div>
</content>
</entry>
<entry>
<title>godoc: restore toy selection to playground widget</title>
<updated>2012-10-10T22:53:37+00:00</updated>
<author>
<name>Andrew Gerrand</name>
<email>adg@golang.org</email>
</author>
<published>2012-10-10T22:53:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/go-git.git/commit/?id=bd31e62982461b9b5b10b8c2181eff56fe4085f9'/>
<id>bd31e62982461b9b5b10b8c2181eff56fe4085f9</id>
<content type='text'>
Fixes #4225.

R=golang-dev
CC=golang-dev
https://golang.org/cl/6640054
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes #4225.

R=golang-dev
CC=golang-dev
https://golang.org/cl/6640054
</pre>
</div>
</content>
</entry>
</feed>
