//go:build single package service import ( service "go.unistack.org/cms-service" ) func init() { service.RegisterService("template", NewService) }