Сообщество IT-специалистов
Ответы на любые вопросы об IT
Профессиональное развитие в IT
type Unit struct { Attack int32 Defense int32 Keep int64 Price int64 } type Units map[string]Unit
type Units map[string]Unit