Golang Tutorial

Strings golang Strings can be seen as a collection of characters. A string can be of length 1 (one character), but its usually longer. A string is always written in double qoutes. This means a string variable in golang can hold text: words, sentences, books Programming languages have variables. These variables have a data type. ................
................