Update README.md
This commit is contained in:
26
README.md
26
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)
|
### 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:
|
- sql:
|
||||||
```
|
```
|
||||||
@@ -173,18 +185,6 @@ type UserInfoTbl struct {
|
|||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
## 6. 构建
|
|
||||||
```
|
|
||||||
make windows
|
|
||||||
make linux
|
|
||||||
make mac
|
|
||||||
```
|
|
||||||
or
|
|
||||||
|
|
||||||
```
|
|
||||||
go generate
|
|
||||||
```
|
|
||||||
|
|
||||||
|
|
||||||
## 7. one windows gui tools
|
## 7. one windows gui tools
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user