Go Strings

From NovaOrdis Knowledge Base
Jump to navigation Jump to search

External

Internal

Overview

The predeclared String type identifier is string. String values are (possibly empty) sequences of bytes. String values are immutable.

String Literals

Raw String Literals

Interpreted String Literals

String Operators and Functions