How you can write multiline strings in go?
Answer / Bhup Singh
"In Go, you can define multiline strings using backquotes (`). A multiline string will span multiple lines and all text between the backquotes is considered part of the string. To include a backquote within a multiline string, simply escape it by doubling it: "`."n
| Is This Answer Correct ? | 0 Yes | 0 No |
What are nil pointers?
What is the syntax for for-loop in go?
Explain what gopath environment variable is?
What is type assertion in go?
What is default value of a global and local variable in go?
What is go?
How arrays in go works differently then c ?
What are the different methods in go programming language?
Explain the syntax for 'for' loop.
What is range keyword in go?
What are the advantages of go?
What a modular programming language is?