package main import ( "fmt" ) func main() { str := "Hello, ⌘" // Print length of string variable "str" fmt.Println(...) }