Course: Learning GO

A collection of go basic fundamentals, syntax and concepts.

Table of contents

Lesson: Strings

Strings

Multiline strings by default

str1 := "This is just a text"

str2 := "Every text 
is multiline 
by default
"