// package pkg is a package. package pkg // Day represents the day of the week. type Day int // Days of the week. const ( Monday Day = iota Tuesday Wednesday Thursday Friday Saturday Sunday )