### INSTALL goctl GO111MODULE=on go get -u git.i2edu.net/i2/go-zero/tools/goctl ### GEN RPC CODE goctl rpc proto -src transform.proto -dir . ### GEN MODEL goctl model mysql ddl -c -src model/student.sql -dir model goctl model mysql ddl -c -src model/sys_user.sql -dir model goctl model mysql ddl -c -src model/mkt_part_time_user.sql -dir model ### RUN RPC SRV go run transform.go -f etc/transform.yaml