package main //Spell contains all the magic spells type Spell struct { Name string Damage int Cost int Level int Active bool }