package main import ( "git.icechen.cn/pkg/go-template/app/service/example_service/internal/user" ) func main() { user.RpcServer() }