mirror of
https://github.com/zeromicro/go-zero.git
synced 2026-05-08 15:39:59 +08:00
optimize unit test & add document
This commit is contained in:
@@ -1,2 +1,7 @@
|
||||
#!/bin/bash
|
||||
go run .
|
||||
|
||||
# generate usermodel with cache
|
||||
goctl model -src ./sql/user.sql -dir ./model -c true
|
||||
|
||||
# generate usercoursemodel without cache
|
||||
goctl model -src ./sql/course.sql -dir ./model
|
||||
|
||||
Reference in New Issue
Block a user