Skip to content

Commit

Permalink
fix #65 in summary.md and add wechat png
Browse files Browse the repository at this point in the history
  • Loading branch information
smallnest committed Apr 21, 2024
1 parent 3f600de commit 5079400
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ Go tips from [Phuong Le](https://twitter.com/func25).

翻译后的站点: [Go语言编程技巧](https://colobu.com/gotips/) (自动生成)

**微信讨论群**
![](src/images/wechat.png)

**翻译进度**: 35/78 = 45%

## 翻译规范

1. 创建一个认领issue,认领标题中注明tip号和标题。不允许一人同时认领多个任务。翻译完一项任务后才能认领下一个任务。
Expand Down
Binary file modified src/.DS_Store
Binary file not shown.
2 changes: 1 addition & 1 deletion src/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
- [Tip #60 sync.Once是执行单次操作的最佳方式](./060.md)
- [Tip #71 用泛型让 sync.Pool 类型安全](./071.md)
- [Tip #63 避免使用time.Sleep(),它不能被context感知且无法被中断](./063.md)
- [Tip #65 使用泛型返回指针](./065.md)
- [Tip #66 在fmt.Errorf中简化你的错误信息](./066.md)
- [Tip #65 使用泛型返回指针](./065.md)
- [Tip #67 如何处理长函数签名](./067.md)
- [Tip #68 使用deadcode工具来找到和删除无用的函数](./068.md)
- [Tip #69 通过errgrup管理多个goroutine](./069.md)
Expand Down
Binary file added src/images/wechat.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 5079400

Please sign in to comment.