- cannot use id (type interface {}) as type int in assignment: need type assertion
- panic: interface conversion: interface is int32, not int
- cannot use id.(int32) (type int32) as type int in assignment
- invalid type assertion: id.(int32).(int) (non-interface type int32 on left)
what's the proper way to do it?
thanks
--
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/groups/opt_out.
--
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/groups/opt_out.