summaryrefslogtreecommitdiff
path: root/doc/docs.html
Commit message (Collapse)AuthorAgeFilesLines
* doc: drop scheme from links that are known to support HTTPSAndrew Gerrand2014-07-251-8/+8
| | | | | | | | | | | 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://codereview.appspot.com/112650043
* docs: Make consistent use of optional li closing tags.Robin Eklind2014-07-091-2/+2
| | | | | | | | | LGTM=r R=golang-codereviews, r CC=golang-codereviews https://codereview.appspot.com/105100044 Committer: Rob Pike <r@golang.org>
* doc: link to release history from /doc/Andrew Gerrand2014-06-121-0/+3
| | | | | | | | | Fixes issue 8168. TBR=bradfitz R=golang-codereviews CC=golang-codereviews https://codereview.appspot.com/107950043
* docs: link to the assembler document from the Documents tabRob Pike2014-06-101-0/+1
| | | | | | | | | Fixes issue 8156. LGTM=bradfitz R=golang-codereviews, bradfitz CC=golang-codereviews https://codereview.appspot.com/108840045
* doc: restore race detector manualAndrew Gerrand2014-02-111-1/+2
| | | | | | | | | | | This got deleted mistakenly during the content re-org. Fixes issue 7275. LGTM=dvyukov R=golang-codereviews, minux.ma, dvyukov CC=golang-codereviews https://codereview.appspot.com/60850043
* doc: move spec and memory model back to /ref/Andrew Gerrand2013-10-041-2/+2
| | | | | | R=golang-dev, r CC=golang-dev https://codereview.appspot.com/14364043
* doc: update links to spec and memory modelAndrew Gerrand2013-09-271-2/+2
| | | | | | | | Fixes issue 6488. R=golang-dev, r CC=golang-dev https://codereview.appspot.com/14004043
* doc: re-organize golang.org site contentAndrew Gerrand2013-09-161-87/+55
| | | | | | | | | | | | | | | | | | | | Remove "References" section. Remove most articles and redirect to blog.golang.org. Move /ref/spec and /ref/mem to /doc/spec and /doc/mem. Remove duplicate links from the remaining "Documents", "The Project", and "Help" pages. Defer to the wiki for more links and community content. Update command reference and mention cover tool. Add "Pop-out" text to the front page. Pick one of four videos at random to feature on the front page. Fixes issue 2547. Fixes issue 5561. Fixes issue 6321. R=r, dominik.honnef CC=golang-dev https://codereview.appspot.com/13724043
* doc/go1.2.html: some library changes (fmt, template)Rob Pike2013-09-121-0/+6
| | | | | | | | Also link it to the landing page for docs. R=golang-dev, adg CC=golang-dev https://codereview.appspot.com/13652045
* doc: link to Go 1.1 release notesAndrew Gerrand2013-05-011-0/+6
| | | | | | R=golang-dev, r CC=golang-dev https://codereview.appspot.com/9047045
* doc: link to wiki Projects page instead of old Project Dashboard.Greg Ward2013-02-111-1/+1
| | | | | | | | R=golang-dev, adg CC=golang-dev https://codereview.appspot.com/7308079 Committer: Andrew Gerrand <adg@golang.org>
* doc: add race detector manualDmitriy Vyukov2013-01-021-0/+1
| | | | | | R=minux.ma, franciscossouza, rsc, adg, adg CC=golang-dev https://codereview.appspot.com/6948043
* doc: link to Go coding screencastAndrew Gerrand2012-11-131-2/+4
| | | | | | R=golang-dev, r CC=golang-dev http://codereview.appspot.com/6849046
* doc/talks: remove talks, refer to talks.golang.org insteadAndrew Gerrand2012-09-211-1/+1
| | | | | | | | | These talks have been moved to the go.talks sub-repository: https://code.google.com/p/go.talks R=rsc, r CC=gobot, golang-dev http://codereview.appspot.com/6529052
* doc: link to references from docs pageAndrew Gerrand2012-09-041-0/+3
| | | | | | | | Fixes issue 3667. R=golang-dev, iant CC=golang-dev http://codereview.appspot.com/6492078
* doc: add 'Get Started with Go' video, remove some older videosAndrew Gerrand2012-08-091-23/+7
| | | | | | | | (I also updated the wiki's GoTalks page with all the latest videos.) R=golang-dev, r CC=golang-dev http://codereview.appspot.com/6441113
* doc: add two I/O talks to "Talks" sectionAndrew Gerrand2012-07-221-0/+10
| | | | | | R=golang-dev, bradfitz CC=golang-dev http://codereview.appspot.com/6422056
* website: various html fixesDave Cheney2012-07-111-2/+2
| | | | | | | | | | Fixes issue 3424. R=fullung, adg CC=golang-dev http://codereview.appspot.com/6343088 Committer: Andrew Gerrand <adg@golang.org>
* doc: added The Go image package articleFrancisco Souza2012-03-281-1/+1
| | | | | | | | | | | | | | Orignally published on The Go Programming Language, September 21, 2011. http://blog.golang.org/2011/09/go-image-package.html Update issue 2547 R=adg, nigeltao CC=golang-dev http://codereview.appspot.com/5933049 Committer: Nigel Tao <nigeltao@golang.org>
* doc: add JSON-RPC: a tale of interfaces articleFrancisco Souza2012-03-271-5/+5
| | | | | | | | | | | | Originally published on The Go Programming Language Blog, Abril 27, 2010. http://blog.golang.org/2010/04/json-rpc-tale-of-interfaces.html R=adg, r CC=golang-dev http://codereview.appspot.com/5920044 Committer: Andrew Gerrand <adg@golang.org>
* doc: move gdb doc back to /doc/ and de-emphasize on references pageAndrew Gerrand2012-03-271-0/+1
| | | | | | | | Fixes issue 3399. R=golang-dev, r CC=golang-dev http://codereview.appspot.com/5919044
* doc/articles: rename concurrency patterns articleRob Pike2012-03-231-1/+1
| | | | | | | | | The old name, automatically generated, was ludicrously verbose. Also clean up an example to use time.Second. R=golang-dev, dsymonds CC=golang-dev http://codereview.appspot.com/5876051
* doc: add JSON and Go articleFrancisco Souza2012-03-221-1/+1
| | | | | | | | | | | | Originally published on The Go Programming Language Blog, January 25, 2011. http://blog.golang.org/2011/01/json-and-go.html R=adg CC=golang-dev http://codereview.appspot.com/5846044 Committer: Andrew Gerrand <adg@golang.org>
* doc: add Gobs of data articleFrancisco Souza2012-03-161-1/+1
| | | | | | | | | | | | Originally published on The Go Programming Language Blog, March 24, 2011. http://blog.golang.org/2011/03/gobs-of-data.html R=adg CC=golang-dev http://codereview.appspot.com/5834043 Committer: Andrew Gerrand <adg@golang.org>
* doc: add "Godoc: documenting Go code" articleFrancisco Souza2012-03-151-1/+1
| | | | | | | | | | | | Originally published on The Go Programming Language Blog, March 31, 2011. http://blog.golang.org/2011/03/godoc-documenting-go-code.html R=golang-dev, adg CC=golang-dev http://codereview.appspot.com/5830043 Committer: Andrew Gerrand <adg@golang.org>
* doc: add Go Concurrency Patterns: Timing out, moving on articleFrancisco Souza2012-03-141-1/+1
| | | | | | | | | | | | | | Originally published on The Go Programming Language Blog, September 23, 2010. http://blog.golang.org/2010/09/go-concurrency-patterns-timing-out-and.html Update issue 2547. R=golang-dev, adg CC=golang-dev http://codereview.appspot.com/5815044 Committer: Andrew Gerrand <adg@golang.org>
* doc: add Go image/draw package article and convert code snippets to Go1.Johan Euphrosine2012-03-141-1/+1
| | | | | | | | | | | | | | Originally published on The Go Programming Language Blog, September 29, 2011. http://blog.golang.org/2011/09/go-imagedraw-package.html Update issue 2547. R=golang-dev, adg, rsc CC=golang-dev http://codereview.appspot.com/5755057 Committer: Andrew Gerrand <adg@golang.org>
* doc: add Go's declaration syntax articleFrancisco Souza2012-03-131-1/+1
| | | | | | | | | | | | | | | | | Originally published on The Go Programming Language Blog, July 7, 2010. I did not put any go file in doc/progs. Shoul I include Go files with those declarations? http://blog.golang.org/2010/07/gos-declaration-syntax.html Update issue 2547. R=golang-dev, adg CC=golang-dev http://codereview.appspot.com/5795068 Committer: Andrew Gerrand <adg@golang.org>
* godoc: change link styles, add 'pop out' buttonAndrew Gerrand2012-03-131-8/+5
| | | | | | | | | Remove underlines from all links, show underline on link hover. Change all non-link headings to h4, a slight visual cue. R=golang-dev, gri CC=golang-dev http://codereview.appspot.com/5783088
* doc: add C? Go? Cgo! articleFrancisco Souza2012-03-131-1/+1
| | | | | | | | | | | | | | Originally published on The Go Programming Language Blog, March 17, 2011. http://blog.golang.org/2011/03/c-go-cgo.html Update issue 2547. R=golang-dev, adg CC=golang-dev http://codereview.appspot.com/5777054 Committer: Andrew Gerrand <adg@golang.org>
* doc: link to go1 and go1compat from docs indexAndrew Gerrand2012-03-081-0/+13
| | | | | | | | Fixes issue 3239. R=golang-dev, r CC=golang-dev http://codereview.appspot.com/5782049
* doc: add "The go command" article based on Russ' mailAndrew Gerrand2012-03-071-0/+1
| | | | | | | | | | This is a philosophical document. We can soup it up at a later stage, but for now it's nice to have a URL to point to that isn't a mailing list post. R=golang-dev, r CC=golang-dev http://codereview.appspot.com/5676061
* doc: add more gophersAndrew Gerrand2012-03-061-0/+6
| | | | | | R=golang-dev, bradfitz, r CC=golang-dev http://codereview.appspot.com/5753047
* doc: add help page, update project pageAndrew Gerrand2012-03-051-4/+1
| | | | | | R=golang-dev, kyle, r, bradfitz CC=golang-dev http://codereview.appspot.com/5729053
* doc: clean up docs page, refer to wiki, change install doc pathsAndrew Gerrand2012-03-051-112/+56
| | | | | | R=golang-dev, minux.ma, r CC=golang-dev http://codereview.appspot.com/5728051
* doc: add The Laws of Reflection articleJohan Euphrosine2012-03-011-2/+1
| | | | | | | | | | | | | | Originally published on The Go Programming Language Blog, September 6, 2011. http://blog.golang.org/2011/09/laws-of-reflection.html Update issue 2547 R=golang-dev, r, adg CC=golang-dev http://codereview.appspot.com/5689054 Committer: Andrew Gerrand <adg@golang.org>
* doc: remove Go for C++ ProgrammersAndrew Gerrand2012-02-291-1/+0
| | | | | | | | | | | Now available at the Go Wiki: http://code.google.com/p/go-wiki/wiki/GoForCPPProgrammers Fixes issue 2913. R=golang-dev, r CC=golang-dev http://codereview.appspot.com/5705049
* tutorial: deleteRob Pike2012-02-281-10/+3
| | | | | | | | | | Instead we'll point people at the Tour and beef up code.html. Fixes issue 3107. R=golang-dev, bradfitz, r, adg CC=golang-dev http://codereview.appspot.com/5697077
* doc: move wiki tutorial into articles directory, rmdir doc/codelabAndrew Gerrand2012-02-271-1/+1
| | | | | | R=golang-dev, bradfitz CC=golang-dev http://codereview.appspot.com/5701050
* doc: link to self-hosted articles from docs.htmlAndrew Gerrand2012-02-211-3/+3
| | | | | | R=golang-dev, r CC=golang-dev http://codereview.appspot.com/5685061
* doc: add App Engine docs to 'learn' and 'reference' pagesAndrew Gerrand2012-02-151-0/+6
| | | | | | R=golang-dev, dsymonds CC=golang-dev http://codereview.appspot.com/5672048
* godoc: new designAndrew Gerrand2012-02-131-132/+95
| | | | | | | | | | This is not the finished product, but a good checkpoint from which to proceed with further development. R=golang-dev, dsymonds, r CC=golang-dev http://codereview.appspot.com/5571061
* godoc: support canonical Paths in HTML metadataAndrew Gerrand2012-01-201-1/+2
| | | | | | | | Redirect to the canonical path when the old path is accessed. R=gri CC=golang-dev http://codereview.appspot.com/5536061
* godoc: specify HTML page metadata with a JSON blobAndrew Gerrand2012-01-191-1/+3
| | | | | | | | | | | | | | | | | 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 http://codereview.appspot.com/5532093
* doc/docs: fix broken linksScott Lawrence2012-01-171-2/+2
| | | | | | | | R=golang-dev CC=golang-dev http://codereview.appspot.com/5539076 Committer: Rob Pike <r@golang.org>
* doc: delete go course notesRob Pike2011-12-191-11/+0
| | | | | | | | | | | They're out of date, a pain to maintain, and most of the material is better served by the Go Tour. Fixes issue 2101. R=golang-dev, rsc, r, adg CC=golang-dev http://codereview.appspot.com/5489053
* doc: link to Chinese translation of A Tour of GoAndrew Gerrand2011-11-181-0/+1
| | | | | | R=golang-dev, dsymonds CC=golang-dev http://codereview.appspot.com/5415046
* doc: refer to tour.golang.org instead of go-tour.appspot.comAndrew Gerrand2011-11-011-2/+2
| | | | | | R=golang-dev, r CC=golang-dev http://codereview.appspot.com/5331055
* doc: A Tour of Go in JapaneseAndrew Gerrand2011-10-281-0/+1
| | | | | | R=golang-dev, dsymonds CC=golang-dev http://codereview.appspot.com/5318058
* doc: add go-tour-kr, a Korean translation of A Tour of GoAndrew Gerrand2011-10-151-2/+3
| | | | | | R=golang-dev, dsymonds CC=golang-dev http://codereview.appspot.com/5273043