convert rune to string golang code example Example: golang convert rune to string r := rune('a') fmt.Println(r, string(r))