Slide 2
Slide 2 text
Basic Types
built-in string type: string
built-in boolean type: bool
built-in numeric types:
int8 , uint8 ( byte ), int16 , uint16 , int32 ( rune ), uint32 , int64 ,
uint64 , int , uint , uintptr
float32 , float64
complex64 , complex128
「Trying to make you to fall in love with Golang」 - Type System Overview
2 / 7
Type System Overview
Luca Sepe
Software Craftsman, Solution Architect, Trainer
https://twitter.com/lucasepe/
https://github.com/lucasepe/
https://lucasepe.it/