summaryrefslogtreecommitdiff
path: root/doc/go_faq.html
Commit message (Expand)AuthorAgeFilesLines
* all: use golang.org/x/... import pathsAndrew Gerrand2014-11-101-2/+2
* doc/go_faq.html: fix a couple of nitsRob Pike2014-10-261-2/+2
* doc/go_faq.html: explain the policy about unused imports a little betterRob Pike2014-10-011-5/+8
* doc/faq: update for 1.4Rob Pike2014-09-271-15/+38
* build: adjustments for move from src/pkg to srcRuss Cox2014-09-081-2/+2
* doc: drop scheme from links that are known to support HTTPSAndrew Gerrand2014-07-251-19/+19
* doc: replace absolute links to golang.org with relative linksDmitriy Vyukov2014-05-071-3/+3
* doc/go_faq.html: update description of stack managementRob Pike2014-03-211-10/+13
* doc/go_faq.html: reference the new wiki page titled Go Code Review CommentsRob Pike2014-03-061-0/+8
* doc: change "threads" to "goroutines"Ian Lance Taylor2013-12-121-1/+1
* doc: move spec and memory model back to /ref/Andrew Gerrand2013-10-041-4/+4
* doc: remove link to PackageVersioning wikiRuss Cox2013-10-031-5/+0
* doc/faq: add a FAQ about versioningRuss Cox2013-10-031-0/+36
* doc: update links to spec and memory modelAndrew Gerrand2013-09-271-4/+4
* doc: re-organize golang.org site contentAndrew Gerrand2013-09-161-1/+1
* doc/go_faq.html: fix non-grammatical sentenceRob Pike2013-08-251-1/+1
* doc/go_faq.html: link to the SPLASH talk near the topRob Pike2013-08-201-0/+5
* doc/go_faq: fix example.David Symonds2013-05-221-1/+1
* doc: add FAQ entry about language changesAndrew Gerrand2013-05-061-0/+28
* faq: update with some links and 1.1-specific detailsRob Pike2013-03-271-15/+34
* doc: explain why cmd/go uses https for repositories and how to work around itHerbert Georg Fischer2013-03-151-0/+32
* doc/go_faq.html: add entry about pointer to interfaceRob Pike2013-03-151-0/+51
* doc: clarify that gccgo is a GCC front-endMike Rosset2013-03-121-1/+1
* doc/go_spec: remove extra space, align tags, and change a tab to a space.Oling Cat2013-01-241-23/+23
* doc: fix various fragment linksAndrew Gerrand2013-01-151-2/+2
* faq: mention go vet in "What happens with closures running as goroutines?"Christian Himpel2012-11-121-0/+2
* doc/faq: discuss virtual memory use by go processesAndrew Gerrand2012-10-111-0/+16
* build: make int 64 bits on amd64Russ Cox2012-09-241-3/+6
* faq: go does not have duck typingRob Pike2012-09-071-1/+1
* faq: mercurial vs. gitRob Pike2012-09-071-0/+26
* faq: another way to solve the closure/variable/range complaintRob Pike2012-09-071-2/+18
* faq: add status sectionRob Pike2012-07-161-0/+32
* website: various html fixesDave Cheney2012-07-111-1/+1
* doc: replace mentions of 6g with gc or the go commandAndrew Gerrand2012-03-201-5/+5
* doc/go_faq: minor updateShenghou Ma2012-03-171-2/+2
* doc: add Go's declaration syntax articleFrancisco Souza2012-03-131-1/+1
* doc: delete faq question about 6gRuss Cox2012-03-071-14/+0
* go_faq: a simple binary is a little smaller nowRob Pike2012-03-071-3/+5
* doc: update linksShenghou Ma2012-03-071-8/+6
* doc: add command docs page, canonicalize reference pathsAndrew Gerrand2012-03-051-3/+3
* doc: update link to self-hosted "The Laws of Reflection" articleShenghou Ma2012-03-011-1/+1
* doc: add a bunch of missing <p> tagsStefan Nilsson2012-02-291-0/+2
* FAQ: many small fixes and adjustmentsRob Pike2012-02-201-18/+28
* doc: clarify gccgo support for segmented stacksIan Lance Taylor2012-02-171-2/+2
* faq: add entry about nil interfaces vs. nil pointersRob Pike2012-02-171-0/+79
* FAQ: more words about why GOMAXPROCS>1 might not speed you upRob Pike2012-01-261-4/+17
* FAQ: update to Go 1.Rob Pike2012-01-231-65/+77
* godoc: specify HTML page metadata with a JSON blobAndrew Gerrand2012-01-191-1/+3
* FAQ: rearrange and expand the discussion of testingRob Pike2011-11-091-20/+39
* FAQ: updateRob Pike2011-11-081-18/+28