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