Skip to content

Instantly share code, notes, and snippets.

@mattn
Created May 26, 2011 09:24
Show Gist options
  • Save mattn/992830 to your computer and use it in GitHub Desktop.
Save mattn/992830 to your computer and use it in GitHub Desktop.
package main
func main() {
println([]int("あいうえお")[1] == 'い') // true
println([]byte("あいうえお")[2] == 130) // true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment