summaryrefslogtreecommitdiff
path: root/doc/go_mem.html
AgeCommit message (Collapse)AuthorFilesLines
2011-01-17Imported Upstream version 2011.01.12upstream/2011.01.12Ondřej Surý1-2/+33
2010-04-06doc/go_mem: remove semicolonsDavid Symonds1-47/+47
R=adg CC=golang-dev http://codereview.appspot.com/893041 Committer: Andrew Gerrand <adg@golang.org>
2010-02-22go_mem: clarified unbuffered channel sync exampleAndrew Gerrand1-2/+3
R=rsc CC=golang-dev http://codereview.appspot.com/218063
2009-11-08assorted cleanupRuss Cox1-3/+6
R=r, iant CC=go-dev http://go/go-review/1025024
2009-11-01fixups for memory model documentRob Pike1-44/+32
R=rsc CC=go-dev http://go/go-review/1016018
2009-10-01Factored out boilerplate from all html docs in doc directory:Robert Griesemer1-61/+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/+10
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-1/+62
+ 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
2009-03-22change file name so it can be copied without name change to a more public place.Rob Pike1-0/+458
R=rsc DELTA=1090 (545 added, 545 deleted, 0 changed) OCL=26629 CL=26629