summaryrefslogtreecommitdiff
path: root/doc/play
Commit message (Collapse)AuthorAgeFilesLines
* doc: remove godocs.js and playground.js from core repoAndrew Gerrand2013-08-011-428/+0
| | | | | | | | These are moved to code.google.com/p/go.tools/cmd/godoc. R=golang-dev, r CC=golang-dev https://codereview.appspot.com/12220043
* all: be more idiomatic when documenting boolean return values.Rob Pike2013-07-231-1/+1
| | | | | | | | | | | | | | | | 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://codereview.appspot.com/11699043
* doc: update playground.jsAndrew Gerrand2013-07-041-259/+391
| | | | | | R=dsymonds CC=golang-dev https://codereview.appspot.com/10933044
* doc: add Game of Life to playground toysAndrew Gerrand2013-06-041-0/+113
| | | | | | R=golang-dev, dsymonds, r CC=golang-dev https://codereview.appspot.com/9961043
* doc/play: sync playground.js with go-playground repoAndrew Gerrand2012-12-131-18/+67
| | | | | | | | Also add style for "Program exited." message. R=golang-dev, bradfitz CC=golang-dev https://codereview.appspot.com/6934047
* doc/play: don't use println in examplesBrad Fitzpatrick2012-11-264-11/+15
| | | | | | R=golang-dev, rsc CC=golang-dev http://codereview.appspot.com/6849105
* godoc: restore toy selection to playground widgetAndrew Gerrand2012-10-111-6/+24
| | | | | | | | Fixes issue 4225. R=golang-dev CC=golang-dev http://codereview.appspot.com/6640054
* godoc: make examples editable and runnable in playgroundAndrew Gerrand2012-10-041-92/+62
| | | | | | R=dsymonds CC=golang-dev http://codereview.appspot.com/6523045
* doc: sync playground.jsAndrew Gerrand2012-04-031-31/+56
| | | | | | R=golang-dev, rsc CC=golang-dev http://codereview.appspot.com/5956043
* cmd/godoc: inform users that the playground doesn't work via local godocAndrew Gerrand2012-03-201-4/+11
| | | | | | R=golang-dev, bradfitz CC=golang-dev http://codereview.appspot.com/5843065
* doc/play: use []rune insetead of []int.Yasuhiro Matsumoto2012-03-151-1/+1
| | | | | | | | R=golang-dev CC=golang-dev http://codereview.appspot.com/5823058 Committer: Andrew Gerrand <adg@golang.org>
* cmd/godoc: add toys, tour button to playgroundAndrew Gerrand2012-03-158-33/+451
| | | | | | | | Fixes issue 3241. R=golang-dev, r CC=golang-dev http://codereview.appspot.com/5835043
* doc: support redirect-on-shareAndrew Gerrand2012-02-221-6/+15
| | | | | | R=golang-dev, rsc CC=golang-dev http://codereview.appspot.com/5689056
* doc: add playground.jsAndrew Gerrand2012-02-151-3/+194
| | | | | | R=golang-dev, dsymonds CC=golang-dev http://codereview.appspot.com/5649087
* godoc: add dummy playground.js to silence godoc warning at start-upRobert Griesemer2011-08-221-0/+6
Fixes issue 2173. R=r, rsc CC=golang-dev http://codereview.appspot.com/4941044