For me this is what I use if adding \n
is not a problem.
fmt.Sprintf("Hello World\nHow are you doing today\nHope all is well with your go\nAnd code")
Else you can use the raw string
multiline := `Hello Brothers and sisters of the Code
The grail needs us.
`