package main type JobPriority int const ( Low JobPriority = iota Medium Hight Urgent )