- Security with Go
- John Daniel Leon
- 61字
- 2021-06-30 19:06:46
Types
The built-in data types are named intuitively enough. Go comes with a set of integer and unsigned integer types with varying bit lengths. There are also floating point numbers, Booleans, and strings, which should come as no surprise.
There are a few types like runes that are not common in other languages. This section covers all of the different types.