2021-12-24 18:50:43 +08:00
|
|
|
package main
|
|
|
|
|
2021-12-29 23:27:19 +08:00
|
|
|
import (
|
|
|
|
"git.icechen.cn/pkg/go-template/app/service/example_service/internal/user"
|
|
|
|
)
|
2021-12-24 18:50:43 +08:00
|
|
|
|
2021-12-29 20:32:45 +08:00
|
|
|
func main() {
|
|
|
|
user.RpcServer()
|
2021-12-24 18:50:43 +08:00
|
|
|
}
|