Skip to content

Instantly share code, notes, and snippets.

@vkorbes
Last active February 16, 2018 11:41
Show Gist options
  • Save vkorbes/56f4f4cc15d3adec277de031a6071794 to your computer and use it in GitHub Desktop.
Save vkorbes/56f4f4cc15d3adec277de031a6071794 to your computer and use it in GitHub Desktop.
x := “aã香🤔”
for i := 0; i < len(x); i++ {
fmt.Printf(“%08b “, x[i])
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment