In Python, I can use \N to print unicode characters.
print('\N{White Smiling Face}')
Will print ☺
Is there an way to do the same thing in Go? Couldn't find anything in unicode or x/text.
unicode