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

10 lines
146 B
Go

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