Skip to content

Commit 36b2d0e

Browse files
committed
add project url
1 parent fd0d6bb commit 36b2d0e

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
推荐 **[Go 语言笔试面试题](https://geektutu.com/post/qa-golang.html)**,加深对 Go 语言的理解。
1717

18-
推荐 **[Go 语言高性能编程](https://geektutu.com/post/high-performance-go.html)**,写出高性能的 Go 代码。
18+
推荐 **[Go 语言高性能编程](https://geektutu.com/post/high-performance-go.html)**([项目地址](https://github.com/geektutu/high-performance-go)),写出高性能的 Go 代码。
1919

2020
期待关注我的「[知乎专栏](https://zhuanlan.zhihu.com/geekgo)」和「[微博](http://weibo.com/geektutu)」,查看最近的文章和动态。
2121

gee-orm/doc/geeorm-day2.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -386,4 +386,5 @@ func (engine *Engine) NewSession() *session.Session {
386386

387387
- [Go 语言简明教程](https://geektutu.com/post/quick-golang.html)
388388
- [Go Test 单元测试简明教程](https://geektutu.com/post/quick-go-test.html)
389+
- [Go Reflect 提高反射性能](https://geektutu.com/post/hpg-reflect.html)
389390
- [SQLite 常用命令速查表](https://geektutu.com/post/cheat-sheet-sqlite.html)

gee-orm/doc/geeorm.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,4 +137,5 @@ gorm 正在彻底重构 v1 版本,短期内看不到发布 v2 的可能。相
137137

138138
- [Go 语言简明教程](https://geektutu.com/post/quick-golang.html)
139139
- [Go Test 单元测试简明教程](https://geektutu.com/post/quick-go-test.html)
140+
- [Go Reflect 提高反射性能](https://geektutu.com/post/hpg-reflect.html)
140141
- [SQLite 常用命令速查表](https://geektutu.com/post/cheat-sheet-sqlite.html)

0 commit comments

Comments
 (0)