A straight string(integer) gives you a single character string where
integer would be a valid UTF-8 codepoint.
You want fmt.Sprintf("%s%d", pre, sizes[i]) or similar. (Actually,
fmt.Sprint(pre, sizes[i]) might do it too)
> --
>
>
--
matt kane's brain
http://hydrogenproject.com