# zero_social **Repository Path**: hacker__007/zero_social ## Basic Information - **Project Name**: zero_social - **Description**: No description available - **Primary Language**: Go - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-08-25 - **Last Updated**: 2025-08-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # zero_social ```shell goctl model mysql ddl --src=user.sql --dir=./models --style=goZero --cache=true goctl rpc protoc user.proto --go_out=./pb --go-grpc_out=./pb --zrpc_out=. --style=goZero goctl model mysql ddl --src=friend.sql --dir=./models --style=goZero --cache=true goctl rpc protoc friend.proto --go_out=./pb --go-grpc_out=./pb --zrpc_out=. --style=goZero goctl model mysql ddl --src=group.sql --dir=./models --style=goZero --cache=true goctl rpc protoc group.proto --go_out=./pb --go-grpc_out=./pb --zrpc_out=. --style=goZero goctl model mysql ddl --src=message.sql --dir=./models --style=goZero --cache=true goctl rpc protoc message.proto --go_out=./pb --go-grpc_out=./pb --zrpc_out=. --style=goZero ```