filmov
tv
Go (golang) Tutorials - User Types (Part I - Struct)

Показать описание
#golang #go #struct
Go Type System
----------------
= User Defined Types - Collection of data belongs to different data type
ex:- Address - {int doorno,String street, String city, String country,String postalcode}
= struct - user defined types
Go Type System
----------------
= User Defined Types - Collection of data belongs to different data type
ex:- Address - {int doorno,String street, String city, String country,String postalcode}
= struct - user defined types