go-structs


tags:

  • ready
  • online
  • reviewed
  • go
  • summary
  • informatic
  • structs
  • objects
  • data-representation

structs

Contents

__Roadmap info from [ roadmap website ] (https://roadmap.sh/golang/go-basics/structs) __

Structs

Structs are user-defined types that help us create a collection of data describing a single entity.- Structs are mutable.- Structs are user-defined types that help us create a collection of data describing a single entity.- Structs are mutable.- It’ s idiomatic to encapsulate new struct creation in constructor functions