From ea06abde5c5f655bc3044eb2f8b45ff1453a037b Mon Sep 17 00:00:00 2001 From: xiaojunxie <346944475@qq.com> Date: Mon, 16 Sep 2019 13:52:36 +0800 Subject: [PATCH] Update README.md --- README.md | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index 7dae282..c0c7ec1 100644 --- a/README.md +++ b/README.md @@ -66,7 +66,19 @@ Flags: ### You can enrich data types in [def](https://github.com/xxjwxc/gormt/blob/master/data/view/gtools/def.go) -## 5. Demonstration +## 5. build +``` +make windows +make linux +make mac +``` +or + +``` +go generate +``` + +## 6. Demonstration - sql: ``` @@ -173,18 +185,6 @@ type UserInfoTbl struct { } ``` -## 6. 构建 -``` -make windows -make linux -make mac -``` -or - -``` -go generate -``` - ## 7. one windows gui tools