# algo-go-protal **Repository Path**: ljfirst/algo-go-protal ## Basic Information - **Project Name**: algo-go-protal - **Description**: algo-go-protal - **Primary Language**: Go - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-06-17 - **Last Updated**: 2023-09-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ``` cmd export project=/Users/liujun/workspace/code/algo/algo-go-protal export goxorm=/Users/liujun/workspace/src/github.com/go-xorm/cmd/xorm/templates/goxorm ``` + 根据 数据库 生成 struct + xorm reverse mysql "root:12345678@(127.0.0.1:3306)/algo_db?charset=utf8" $goxorm $project/integration/db/db_entity + 根据 struct 生成 数据库 + Sync2 // 注意需要先建表 + 根据proto生成pb + protoc --go_out=./pb ./pb/*.proto