how to convert int to int32 in golang code example Example: int to int64 golang var i int = 32 j := int64(i)