summaryrefslogtreecommitdiff
path: root/doc/go_programming_faq.html
AgeCommit message (Collapse)AuthorFilesLines
2011-01-17Imported Upstream version 2011.01.12upstream/2011.01.12Ondřej Surý1-307/+0
2010-04-05programming_faq: added question on T vs *T method setsAndrew Gerrand1-1/+37
Adding this question on Russ' recommendation - not sure if there is some detail here I'm missing. The associated discussion was: http://groups.google.com/group/golang-nuts/t/ec6b27e332ed7f77 R=rsc, r CC=golang-dev http://codereview.appspot.com/887042
2010-03-04First run at a Programming FAQAndrew Gerrand1-0/+271
Moved a couple of FAQs from the main FAQ, and added some others R=r, rsc, iant, gri CC=golang-dev http://codereview.appspot.com/218070