Go Strings
Jump to navigation
Jump to search
External
- String types in the language specification https://golang.org/ref/spec#String_types
Internal
Overview
The predeclared String type identifier is string. String values are (possibly empty) sequences of bytes. String values are immutable.