summaryrefslogtreecommitdiff
path: root/doc/go_for_cpp_programmers.html
AgeCommit message (Collapse)AuthorFilesLines
2012-04-06Imported Upstream version 1upstream/1Ondřej Surý1-707/+0
2011-09-13Imported Upstream version 60upstream/60Ondřej Surý1-0/+707
2011-09-13Imported Upstream version 60Ondřej Surý1-707/+0
2011-04-20Imported Upstream version 2011.03.07.1upstream/2011.03.07.1Ondřej Surý1-2/+2
2011-02-14Imported Upstream version 2011-02-01.1upstream/2011-02-01.1Ondřej Surý1-1/+1
2011-01-17Imported Upstream version 2011.01.12upstream/2011.01.12Ondřej Surý1-2/+2
2010-03-09missing ';' renders the code snippet incorrectly on websiteAndrey Mirtchovski1-1/+1
R=golang-dev, r CC=golang-dev http://codereview.appspot.com/367041 Committer: Rob Pike <r@golang.org>
2010-01-29Long-overdue update for semicolon change.Ian Lance Taylor1-62/+92
Fixes issue 485. R=r CC=golang-dev http://codereview.appspot.com/196071
2009-11-08go for c++ programmers; fixes.Russ Cox1-55/+82
the most substantial are the wording around semicolons and around the channel manager nits. both were subtly incorrect. R=iant, r CC=go-dev http://go/go-review/1025018
2009-11-01correct a few things in Go for C++ ProgrammersRob Pike1-32/+43
R=iant, rsc CC=go-dev http://go/go-review/1016015
2009-10-12Review and update. No major changes, lots of minor tweaks.Ian Lance Taylor1-99/+129
R=go-dev DELTA=176 (39 added, 9 deleted, 128 changed) OCL=35612 CL=35623
2009-10-01use the notion of "untyped constant" instead of "ideal constant"Robert Griesemer1-9/+10
R=iant DELTA=13 (1 added, 0 deleted, 12 changed) OCL=35241 CL=35246
2009-10-01Factored out boilerplate from all html docs in doc directory:Robert Griesemer1-72/+1
- the first HTML comment in those files is extracted as page title when serving them - lib/godoc.html is top-level template for all pages served - experimented a bit with package documentation layout (feedback welcome) - various related cleanups TODO: - The / page (doc/root.html) content repeats links that are in the navigation bar. It needs to be cleaned up. R=rsc DELTA=826 (86 added, 692 deleted, 48 changed) OCL=35230 CL=35245
2009-09-29make the sidebars consistentRob Pike1-3/+9
add Effective Go to the set of links DELTA=166 (62 added, 57 deleted, 47 changed) OCL=35085 CL=35089
2009-09-17A step towards "externalizing" some Go docs.Larry Hosken1-0/+673
+ style sheet: like code.google.com but less feature-ful + JS with table-of-contents generation + tweaked go_spec.html and go_mem.html to use new style+JS + static-HTML-ified a few other Go docs: + static HTML versions of some wiki pages (which I'll turn into links to these pages). A notable thing that is _not_ in this changelist: any change to the godoc tool or whatever thing generates http://go/godoc R=r APPROVED=r DELTA=2472 (2307 added, 113 deleted, 52 changed) OCL=34644 CL=34728