Structures (struct) in Go language - Go programming language tutorial (14)

preview_player
Показать описание
A struct, short for structure, is a composite data type that groups together variables under a single name. We can create a struct instance using a struct literal or the make keyword. We use a dereference operator to obtain the content of a struct instance. We can access or modify the field of a struct instance. We can make an anonymous struct too. We can make nested structures. Finally, we can check for equality of two structure instances.

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