--
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...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Sorry. Had a brain fart. Convert int64 into int was what I meant. Using a webframe work and it auto created ids of tables as int64. Wanting to concate int to string but the strconv.Itoa takes an int; can't take an int64.Maybe I can't do string interpolation?Thanks so much!!!
On Friday, April 17, 2015, Cloud <cl...@txthinking.com> wrote:He wants to get the answer seem like `strconv.Itoa`
On Sat, Apr 18, 2015 at 9:08 AM Brad Fitzpatrick <brad...@golang.org> wrote:
I'm not sure I understand the question. You seem to know the answer?
On Fri, Apr 17, 2015 at 5:58 PM, bx10000 <bli...@gmail.com> wrote:
Is there a way to convert an int to int64?I know you can convert int to int64 by doing int64(int).Thanks in advance.
--
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+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
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+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.