Documentation ¶ Overview ¶ Declare a struct type named Point with two fields, X and Y of type int. Implement a factory function for this type and a method that accepts this type and calculates the distance between the two points. What is the nature of this type. Source Files ¶ View all Source files exercise1.go Click to show internal directories. Click to hide internal directories.