I've been exploring Go's UTF-8 support lately, and was curious about how well it handles non-Latin scripts in code.
Go and UTF-8
Go source files are UTF-8 encoded by default. This means you can, in theory, use Unicode characters in your variable name...