From e32052177e6b821b2f28ba5ad43c373122fd4cee Mon Sep 17 00:00:00 2001 From: gzdaijie Date: Sun, 22 Nov 2020 23:18:37 +0800 Subject: [PATCH] remove hitcount, add high performance go --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index aa0c66a..168b858 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,6 @@ [![CodeSize](https://img.shields.io/github/languages/code-size/geektutu/7days-golang)](https://github.com/geektutu/7days-golang) [![LICENSE](https://img.shields.io/badge/license-MIT-green)](https://mit-license.org/) -[![HitCount](https://hits.dwyl.com/geektutu/7days-golang.svg)](http://github.com/geektutu/7days-golang)
README 中文版本 @@ -14,7 +13,9 @@ 推荐先阅读 **[Go 语言简明教程](https://geektutu.com/post/quick-golang.html)**,一篇文章了解Go的基本语法、并发编程,依赖管理等内容。 -另外推荐 **[Go 语言笔试面试题](https://geektutu.com/post/qa-golang.html)**,加深对 Go 语言的理解。 +推荐 **[Go 语言笔试面试题](https://geektutu.com/post/qa-golang.html)**,加深对 Go 语言的理解。 + +推荐 **[Go 语言高性能编程](https://geektutu.com/post/high-performace-go.html)**,写出高性能的 Go 代码。 期待关注我的「[知乎专栏](https://zhuanlan.zhihu.com/geekgo)」和「[微博](http://weibo.com/geektutu)」,查看最近的文章和动态。