generated from pkg/go-template
10 lines
136 B
Go
10 lines
136 B
Go
|
package main
|
||
|
|
||
|
import (
|
||
|
"git.icechen.cn/pkg/go-template/app/service/example_service/internal/user"
|
||
|
)
|
||
|
|
||
|
func main() {
|
||
|
user.RpcServer()
|
||
|
}
|