package wol type Service struct { } var Services *Service func InitService() { Services = &Service{} }