Skip to content

Instantly share code, notes, and snippets.

@lintianzhi
Last active August 29, 2015 14:01
Show Gist options
  • Select an option

  • Save lintianzhi/c4e549f149a5a2483ecf to your computer and use it in GitHub Desktop.

Select an option

Save lintianzhi/c4e549f149a5a2483ecf to your computer and use it in GitHub Desktop.
itbl
//http://play.golang.org/p/nRZP1YHQaB
package main
import "fmt"
import "strconv"
func main() {
fmt.Println("Hello, playground")
itbl := 435746972
fmt.Println(strconv.FormatUint(uint64(itbl), 36))
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment