• Comparable struct can be a key of a map. (What will happen when struct value changed?)
  • Can declare a named struct type in another struct as field
  • Go let us declare a field with stuct with no name, such fields are called anonymous fields
  • Can declare with type name

Tags:

Updated: