Skip to content

Commit

Permalink
[doc] Update ToDo List
Browse files Browse the repository at this point in the history
  • Loading branch information
BioCrossCoder committed Jun 10, 2024
1 parent 1133f39 commit 69293d9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,3 +93,6 @@ func main() {
4. A structure to support chain syntax for concurrent programming just like `Promise` in `JavaScript`.
5. A structure to support behavioral control like `Proxy` in `JavaScript`.
6. A simple and light-weight `Generator` mechanism.
4. Feature: Make Programming in `Golang` happier!
1. Safe goroutine: auto recovered from panic.
2. Auto return: say goodbye to `if err != nil`.

0 comments on commit 69293d9

Please sign in to comment.