From 36b2d0e0fe2d9881bdbe5697cbda4106e9b2cb8d Mon Sep 17 00:00:00 2001 From: gzdaijie Date: Sun, 6 Dec 2020 17:49:40 +0800 Subject: [PATCH] add project url --- README.md | 2 +- gee-orm/doc/geeorm-day2.md | 1 + gee-orm/doc/geeorm.md | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7c9781e..296bff7 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ 推荐 **[Go 语言笔试面试题](https://geektutu.com/post/qa-golang.html)**,加深对 Go 语言的理解。 -推荐 **[Go 语言高性能编程](https://geektutu.com/post/high-performance-go.html)**,写出高性能的 Go 代码。 +推荐 **[Go 语言高性能编程](https://geektutu.com/post/high-performance-go.html)**([项目地址](https://github.com/geektutu/high-performance-go)),写出高性能的 Go 代码。 期待关注我的「[知乎专栏](https://zhuanlan.zhihu.com/geekgo)」和「[微博](http://weibo.com/geektutu)」,查看最近的文章和动态。 diff --git a/gee-orm/doc/geeorm-day2.md b/gee-orm/doc/geeorm-day2.md index 0f6c9d4..f4a1794 100644 --- a/gee-orm/doc/geeorm-day2.md +++ b/gee-orm/doc/geeorm-day2.md @@ -386,4 +386,5 @@ func (engine *Engine) NewSession() *session.Session { - [Go 语言简明教程](https://geektutu.com/post/quick-golang.html) - [Go Test 单元测试简明教程](https://geektutu.com/post/quick-go-test.html) +- [Go Reflect 提高反射性能](https://geektutu.com/post/hpg-reflect.html) - [SQLite 常用命令速查表](https://geektutu.com/post/cheat-sheet-sqlite.html) \ No newline at end of file diff --git a/gee-orm/doc/geeorm.md b/gee-orm/doc/geeorm.md index c188002..6db5c98 100644 --- a/gee-orm/doc/geeorm.md +++ b/gee-orm/doc/geeorm.md @@ -137,4 +137,5 @@ gorm 正在彻底重构 v1 版本,短期内看不到发布 v2 的可能。相 - [Go 语言简明教程](https://geektutu.com/post/quick-golang.html) - [Go Test 单元测试简明教程](https://geektutu.com/post/quick-go-test.html) +- [Go Reflect 提高反射性能](https://geektutu.com/post/hpg-reflect.html) - [SQLite 常用命令速查表](https://geektutu.com/post/cheat-sheet-sqlite.html) \ No newline at end of file