go/doc
Robert Griesemer cc06593c68 spec: clarify section on string types
Strings happen to be represented similarly to
byte slices internally, but they don't quite
behave like them: While strings can be indexed,
sliced, and have their len() taken like byte
slices, string elements are not addressable,
make() and cap() is not supported, range loops
operate differently, and they are immutable (and
thus behave like values rather then references).

Fixes #4018.

R=r, rsc, iant, ken
CC=golang-dev
https://golang.org/cl/6503116
2012-09-14 11:31:56 -07:00
..
articles doc: fix typo in Concurrency Patterns article 2012-09-04 15:28:09 +10:00
codewalk doc/codewalk/markov: fix syntax and broken link 2012-03-30 15:00:23 +08:00
devel doc: document go1.0.2 2012-06-14 11:44:00 +10:00
gopher doc: update reference gopher 2012-03-13 13:43:41 +11:00
play doc: sync playground.js 2012-04-03 08:10:21 +10:00
progs effective_go: use html/template instead of text/template 2012-09-13 13:41:13 -07:00
talks tutorial: delete 2012-02-28 13:35:58 +11:00
cmd.html doc: move /ref/cmd to /doc/cmd 2012-03-27 13:46:16 +11:00
code.html doc: fix some HTML syntax errors 2012-08-07 11:12:54 +08:00
contrib.html doc: update install docs for Windows and Go 1, add golang-announce to /project 2012-03-06 15:16:02 +11:00
contribute.html doc: delete Mercurial Queues doc 2012-06-16 02:24:44 +08:00
debugging_with_gdb.html doc/debugging_with_gdb: mention how to disable gc optimization 2012-07-03 12:50:03 -04:00
docs.html doc: link to references from docs page 2012-09-04 15:26:51 +10:00
effective_go.html effective_go: use html/template instead of text/template 2012-09-13 13:41:13 -07:00
ExpressivenessOfGo.pdf fix bug in example. need to convert Value to float in Abs example 2010-10-18 16:05:50 -07:00
gccgo_contribute.html doc: clean up docs page, refer to wiki, change install doc paths 2012-03-05 14:31:27 +11:00
gccgo_install.html doc: general update of gccgo_install 2012-03-20 14:16:34 -07:00
go-logo-black.png doc: pngcrush and remove old, unused images 2012-03-08 14:18:28 +11:00
go-logo-blue.png doc: pngcrush and remove old, unused images 2012-03-08 14:18:28 +11:00
go-logo-white.png doc: pngcrush and remove old, unused images 2012-03-08 14:18:28 +11:00
go1.html old/regexp, old/template: delete. 2012-04-27 15:12:24 +10:00
go1compat.html doc: add note about import . to Go 1 compatibility notes 2012-03-06 17:50:11 -08:00
go_faq.html faq: go does not have duck typing 2012-09-07 14:01:02 -07:00
go_mem.html doc: Don't imply incorrect guarantees about data races. 2012-09-11 08:47:30 +10:00
go_spec.html spec: clarify section on string types 2012-09-14 11:31:56 -07:00
godocs.js godoc: make 'Overview' section collapsable 2012-03-26 14:10:27 +11:00
help.html doc: add more gophers 2012-03-06 12:50:52 +11:00
ie.css golang.org redesign 2010-09-16 14:01:02 +10:00
install-source.html doc/install: we only need command line tools for Xcode on OS X 2012-08-20 21:21:09 +08:00
install.html doc/install: we only need command line tools for Xcode on OS X 2012-08-20 21:21:09 +08:00
logo-153x55.png doc: pngcrush and remove old, unused images 2012-03-08 14:18:28 +11:00
Makefile doc/progs: use test/run.go for testing on Windows 2012-09-03 03:49:03 +08:00
popups.js godoc: initial support for showing popup information 2010-03-16 14:17:42 -07:00
reference.html website: various html fixes 2012-07-11 09:41:08 -07:00
root.html doc: drop video title from homepage 2012-06-25 14:54:26 -07:00
share.png godoc: change link styles, add 'pop out' button 2012-03-13 11:00:11 +11:00
sieve.gif repair corrupted sieve.gif 2009-10-30 10:34:01 -07:00
style.css undo CL 6493071 / 56c7453d488f 2012-09-13 11:14:20 +10:00
tos.html doc: add Terms of Service 2012-03-27 09:27:43 +11:00