summaryrefslogtreecommitdiff
path: root/doc/docs.html
Commit message (Collapse)AuthorAgeFilesLines
* doc: remove docs.htmlDmitri Shuralyov2019-10-041-232/+0
| | | | | | | | | | | | | This page has moved to x/website in https://golang.org/cl/197638. Updates golang/go#33637 Updates golang/go#29206 Change-Id: I4f5f7822a2bf540a3911470548d38ccc7a66b74c Reviewed-on: https://go-review.googlesource.com/c/go/+/199117 Run-TryBot: Dmitri Shuralyov <dmitshur@golang.org> Reviewed-by: Jean de Klerk <deklerk@google.com> Reviewed-by: Jay Conrod <jayconrod@google.com>
* doc: update docs.html with new tour import pathAndrew Bonventre2018-10-201-2/+2
| | | | | | | | | | | As of golang.org/cl/141857 the import path has changed from golang.org/x/tour/gotour to golang.org/x/tour Change-Id: Ib54ab2e50188ef66c8a5c45136babfa49ad6934a Reviewed-on: https://go-review.googlesource.com/c/141917 Run-TryBot: Andrew Bonventre <andybons@golang.org> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
* doc: use HTTPS for linksSuriyaa Sundararuban2018-06-131-1/+1
| | | | | | Change-Id: I9d2d25df067ca573589db5ff18296a5ec33866be Reviewed-on: https://go-review.googlesource.com/118595 Reviewed-by: Ian Lance Taylor <iant@golang.org>
* doc: fix a sentence position.Ryuji Iwata2017-11-251-1/+1
| | | | | | | | | Only a last sentence of A Tour of Go is shifting to the left. I fixed a HTML tag order according to other sentences it. Change-Id: I6a301178d15db893f596b8da80a4d98721160386 Reviewed-on: https://go-review.googlesource.com/79856 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
* doc: hide content blocked by GFW when served in CNAndrew Bonventre2017-09-111-13/+29
| | | | | | Change-Id: Ia3d0fa0517d96f0672d3c5ce7e7b7bb8bd0ce093 Reviewed-on: https://go-review.googlesource.com/60070 Reviewed-by: Chris Broadfoot <cbro@golang.org>
* doc: add a diagnostics guideJaana Burcu Dogan2017-09-081-0/+5
| | | | | | | | | | | | | Diagnostics guide lists various dimensions of diagnostics tools and libraries available in Go. As a follow-up, I will add an entry section where we navigate user to the right tool depending on the type of problem they are willing to improve or understand better. Change-Id: I4e94b4b834014f51c988103457da84200c7827d9 Reviewed-on: https://go-review.googlesource.com/61693 Reviewed-by: Hyang-Ah Hana Kim <hyangah@gmail.com>
* doc: add an editor guideJaana Burcu Dogan2017-07-191-0/+6
| | | | | | | | | | | | | | | | | The Go ecosystem provides many tools to make Go development more productive and seamless. Document the availability of the editor plugins and IDEs, add an overview of feature support and screencasts. Updates #20398. Updates #20402. Updates #20399. Updates #20401. Updates #20569. Change-Id: I0c6cb48eb4e3848807aaad78390493e14f097916 Reviewed-on: https://go-review.googlesource.com/45772 Reviewed-by: Steve Francia <spf@golang.org>
* doc: update go tour installation instructionsEdward Muller2016-08-311-1/+7
| | | | | | | | | Fixes #16933 Change-Id: I2054abd28bc555b018309934774fc4ecc44826b3 Reviewed-on: https://go-review.googlesource.com/28217 Reviewed-by: Emmanuel Odeke <emm.odeke@gmail.com> Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
* 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://golang.org/cl/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://golang.org/cl/105100044
* doc: link to release history from /doc/Andrew Gerrand2014-06-121-0/+3
| | | | | | | | | Fixes #8168. TBR=bradfitz R=golang-codereviews CC=golang-codereviews https://golang.org/cl/107950043
* docs: link to the assembler document from the Documents tabRob Pike2014-06-101-0/+1
| | | | | | | | | Fixes #8156. LGTM=bradfitz R=golang-codereviews, bradfitz CC=golang-codereviews https://golang.org/cl/108840045
* doc: restore race detector manualAndrew Gerrand2014-02-111-1/+2
| | | | | | | | | | | This got deleted mistakenly during the content re-org. Fixes #7275. LGTM=dvyukov R=golang-codereviews, minux.ma, dvyukov CC=golang-codereviews https://golang.org/cl/60850043
* doc: move spec and memory model back to /ref/Andrew Gerrand2013-10-041-2/+2
| | | | | | R=golang-dev, r CC=golang-dev https://golang.org/cl/14364043
* doc: update links to spec and memory modelAndrew Gerrand2013-09-271-2/+2
| | | | | | | | Fixes #6488. R=golang-dev, r CC=golang-dev https://golang.org/cl/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 #2547. Fixes #5561. Fixes #6321. R=r, dominik.honnef CC=golang-dev https://golang.org/cl/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://golang.org/cl/13652045
* doc: link to Go 1.1 release notesAndrew Gerrand2013-05-011-0/+6
| | | | | | R=golang-dev, r CC=golang-dev https://golang.org/cl/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://golang.org/cl/7308079
* doc: add race detector manualDmitriy Vyukov2013-01-021-0/+1
| | | | | | R=minux.ma, franciscossouza, rsc, adg, adg CC=golang-dev https://golang.org/cl/6948043
* doc: link to Go coding screencastAndrew Gerrand2012-11-131-2/+4
| | | | | | R=golang-dev, r CC=golang-dev https://golang.org/cl/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 https://golang.org/cl/6529052
* doc: link to references from docs pageAndrew Gerrand2012-09-041-0/+3
| | | | | | | | Fixes #3667. R=golang-dev, iant CC=golang-dev https://golang.org/cl/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 https://golang.org/cl/6441113
* doc: add two I/O talks to "Talks" sectionAndrew Gerrand2012-07-221-0/+10
| | | | | | R=golang-dev, bradfitz CC=golang-dev https://golang.org/cl/6422056
* website: various html fixesDave Cheney2012-07-111-2/+2
| | | | | | | | Fixes #3424. R=fullung, adg CC=golang-dev https://golang.org/cl/6343088
* 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 #2547 R=adg, nigeltao CC=golang-dev https://golang.org/cl/5933049
* 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 https://golang.org/cl/5920044
* doc: move gdb doc back to /doc/ and de-emphasize on references pageAndrew Gerrand2012-03-271-0/+1
| | | | | | | | Fixes #3399. R=golang-dev, r CC=golang-dev https://golang.org/cl/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 https://golang.org/cl/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 https://golang.org/cl/5846044
* 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 https://golang.org/cl/5834043
* 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 https://golang.org/cl/5830043
* 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 #2547. R=golang-dev, adg CC=golang-dev https://golang.org/cl/5815044
* 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 #2547. R=golang-dev, adg, rsc CC=golang-dev https://golang.org/cl/5755057
* 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 #2547. R=golang-dev, adg CC=golang-dev https://golang.org/cl/5795068
* 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 https://golang.org/cl/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 #2547. R=golang-dev, adg CC=golang-dev https://golang.org/cl/5777054
* doc: link to go1 and go1compat from docs indexAndrew Gerrand2012-03-081-0/+13
| | | | | | | | Fixes #3239. R=golang-dev, r CC=golang-dev https://golang.org/cl/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 https://golang.org/cl/5676061
* doc: add more gophersAndrew Gerrand2012-03-061-0/+6
| | | | | | R=golang-dev, bradfitz, r CC=golang-dev https://golang.org/cl/5753047
* doc: add help page, update project pageAndrew Gerrand2012-03-051-4/+1
| | | | | | R=golang-dev, kyle, r, bradfitz CC=golang-dev https://golang.org/cl/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 https://golang.org/cl/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 #2547 R=golang-dev, r, adg CC=golang-dev https://golang.org/cl/5689054
* 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 #2913. R=golang-dev, r CC=golang-dev https://golang.org/cl/5705049
* tutorial: deleteRob Pike2012-02-281-10/+3
| | | | | | | | | | Instead we'll point people at the Tour and beef up code.html. Fixes #3107. R=golang-dev, bradfitz, r, adg CC=golang-dev https://golang.org/cl/5697077
* doc: move wiki tutorial into articles directory, rmdir doc/codelabAndrew Gerrand2012-02-271-1/+1
| | | | | | R=golang-dev, bradfitz CC=golang-dev https://golang.org/cl/5701050
* doc: link to self-hosted articles from docs.htmlAndrew Gerrand2012-02-211-3/+3
| | | | | | R=golang-dev, r CC=golang-dev https://golang.org/cl/5685061
* doc: add App Engine docs to 'learn' and 'reference' pagesAndrew Gerrand2012-02-151-0/+6
| | | | | | R=golang-dev, dsymonds CC=golang-dev https://golang.org/cl/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 https://golang.org/cl/5571061