标签: go unicode
在Python中,我可以使用\ N来打印unicode字符。
print('\N{White Smiling Face}')
将打印☺
在Go中有没有办法做同样的事情?在unicode或x/text中找不到任何内容。
unicode