<!--{
"Title": "The Go Programming Language Specification",
- "Subtitle": "Version of February 13, 2012"
+ "Subtitle": "Version of February 14, 2012"
}-->
<!--
<p>
A <i>string type</i> represents the set of string values.
-Strings behave like arrays of bytes but are immutable: once created,
+Strings behave like slices of bytes but are immutable: once created,
it is impossible to change the contents of a string.
The predeclared string type is <code>string</code>.