# beyond **Repository Path**: cy422396350/beyond ## Basic Information - **Project Name**: beyond - **Description**: beyond lesson test - **Primary Language**: Go - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-09-25 - **Last Updated**: 2023-09-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 1. goctl api go --dir=./ --api applet.api 2. goctl rpc protoc ./user.proto --go_out=. --go-grpc_out=. --zrpc_out=./ 3. 创建建表sql 4. goctl model mysql datasource --dir ./internal/model -- table user -cache true --url "root:Zsg123456@tcp(127.0.0.1:3306)/beyond_user"