Skip to content

Commit

Permalink
Merge pull request #162 from syjs10/master
Browse files Browse the repository at this point in the history
Tip #64: Make main() clean and testable.
  • Loading branch information
smallnest authored Apr 26, 2024
2 parents a503278 + 9791cbe commit d7bcd14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand Down

0 comments on commit d7bcd14

Please sign in to comment.