package types // ИПроцесс -- интерфейс процесса type ИПроцесс interface { // Пуск -- выполняет себя Пуск() }