In the JetBrains GoLand IDE, when I type a basic "Hello, World!" example, there is a small a:
in front of the string passed to fmt.Println()
that is added by the IDE. What does it mean and what is its purpose?
I could not find the answer in the documentation.