Strings
The Go team's blog post on strings is really well-written and explains how they work under the hood.
Source code: runtime/string.go
Examples: Strings and runes
The Go team's blog post on strings is really well-written and explains how they work under the hood.
Source code: runtime/string.go
Examples: Strings and runes