From 8522fd836a72408a02bf8dcfeff0ac4a1a017a3d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B0=A2=E5=B0=8F=E5=86=9B?= <346944475@qq.com> Date: Sun, 12 Jan 2020 22:02:20 +0800 Subject: [PATCH] update --- README.md | 2 +- README_zh_cn.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9f9fa36..d801330 100644 --- a/README.md +++ b/README.md @@ -75,7 +75,7 @@ Flags: - INDEX Create index with or without name, same name creates composite indexes - UNIQUE_INDEX Like INDEX, create unique index - Support foreign key related properties [Support export gorm.model>>>](doc/export.md) -- Support function export (foreign key, association, index , unique and more) +- Support function export (foreign key, association, index , unique and more)[Support export function >>>](https://github.com/xxjwxc/gormt/blob/master/data/view/genfunc/genfunc_test.go) ### You can enrich data types in [def](data/view/cnf/def.go) diff --git a/README_zh_cn.md b/README_zh_cn.md index 4298977..15dc5b0 100644 --- a/README_zh_cn.md +++ b/README_zh_cn.md @@ -77,7 +77,7 @@ Flags: - INDEX 创建具有或不带名称的索引, 如果多个索引同名则创建复合索引 - UNIQUE_INDEX 和 INDEX 类似,只不过创建的是唯一索引 - 支持外键相关属性 [简单带外键模式导出>>>](https://github.com/xxjwxc/gormt/tree/master/doc/export_cn.md) -- 支持函数导出(包括:外键,关联体,索引关...) +- 支持函数导出(包括:外键,关联体,索引关...)[简单函数导出示例>>>](https://github.com/xxjwxc/gormt/blob/master/data/view/genfunc/genfunc_test.go) ### 您可以在这里丰富数据映射类型 [def](data/view/cnf/def.go) 。