String expressions

Report a typo

Which of these expressions are of the string type in Go? Select all that apply.

Tip: Remember you can check the type of an expression using the %T verb, for example:

fmt.Printf("%T", "1337") // string

Select one or more options from the list
___

Create a free account to access the full topic