go-template/app/service/example_service/example_service.go

10 lines
147 B
Go

package main
import (
"git.icechen.cn/${REPO_OWNER}/${REPO_NAME}/app/service/example_service/internal/user"
)
func main() {
user.RpcServer()
}