From 9791cbefe9e28be4bc6f9d141f39b7c4e265cba5 Mon Sep 17 00:00:00 2001 From: syjs10 <350172898@qq.com> Date: Fri, 26 Apr 2024 23:14:42 +0800 Subject: [PATCH] Tip #64: Make main() clean and testable. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 495825c..29238f2 100644 --- a/README.md +++ b/README.md @@ -116,7 +116,7 @@ Go tips from [Phuong Le](https://twitter.com/func25). | 61 | Making a Type with Built-In Locking (sync.Mutex embedding) | richzw | | 62 | context.Value is not our friend | hawkinggg | | 63 | Avoid time.Sleep(), it's not context-aware and can't be interrupted | richzw | -| 64 | | | +| 64 | Make main() clean and testable. | syjs10 | | 65 | Returning Pointers Made Easy with Generics | miniLCT | | 66 | Simplify Your Error Messages in fmt.Errorf | smallnest | | 67 | How to deal with long function signatures | richzw |