Update README.md

This commit is contained in:
xiaojunxie
2019-09-16 13:52:36 +08:00
committed by GitHub
parent 749f482b98
commit ea06abde5c

View File

@@ -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