package main type Building struct { Name string Description string Quantity int Cps float64 Price float64 } func (b Building) PurchaseCost() { }