Hi Michael,

while I understand that you are having fun with the pytogo translator, please 
note that a base36 encoder is already part of the Go stdlib

Namely https://golang.org/pkg/math/big/#Int.Text supports a base of 36 for big 
integers and https://golang.org/pkg/strconv/#FormatInt supports base 36 as well.

Maybe this helps reducing the python code you need to convert as well as speed 
up the result by accident. 

Have fun! 

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to