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
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
Create a free account to access the full topic