package service type Service struct { } func NewService() *Service { s := new(Service) return s }