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
"

SHTB

Building digital experiences and sharing knowledge through code and creativity.

Sign up for our newsletter

Stay up to date with the latest news and articles.

© 2025 Shahryar Tayeb. All rights reserved.