generated from pkg/go-template
10 lines
135 B
Go
Executable File
10 lines
135 B
Go
Executable File
package main
|
|
|
|
import (
|
|
"git.icechen.cn/monorepo/backend/app/zeus/service/lark/internal/server"
|
|
)
|
|
|
|
func main() {
|
|
server.RpcServer()
|
|
}
|