Data types in Golang - Go programming language tutorial (2)

preview_player
Показать описание
Go language has a number of data types. For numeric values, they can be represented by signed and unsigned integer, floating point number and complex number type. These numeric values can use different number of bits to store them. There is also the Boolean data type to store either true or false. For strings, we can surround them with double quotation marks or backticks. If we do not assign values to a variable, default zero values will be assigned according to the data type.

Playlist of my Go language course

Playlist of my JavaScript course

Playlist of my HTML5 and CSS3 tutorials

Playlist of my algorithm walkthrough

Playlist of my Java course

Playlist of my Java examples

#golang #golangtutorial #golanguage #begincodingfast
Рекомендации по теме
visit shbcf.ru