GoLang Journey – Basic Data Types

You might want to browse the previous post on this series. Integers Go provides both signed and unsigned integer type There are four different size of signed integer type; 8, 16, 32, 64 bits, represented by int8, int16, int32 and int64 Similarly there are four different size of unsigned integer types; 8, 16, 32, 64... Continue Reading →

Blog at WordPress.com.

Up ↑