package difficulty const ( Normal = "normal" Nightmare = "nightmare" Hell = "hell" ) type Difficulty string