Day 13 - String format, Rune, UTF-8
String Formatting in Go
Formatting strings is a fundamental concept in Go programming.
The fmt package provides several functions to format, print, and return strings in a variety of ways.
It is commonly used for debugging, logging, generating dynami...