diff options
| author | Jeff Carr <[email protected]> | 2025-03-19 09:37:09 -0500 | 
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-03-19 09:37:09 -0500 | 
| commit | 4ad38c8c3ff7b9e30bed555067f72227e2576ef1 (patch) | |
| tree | 7b3dc2968fa7dff79233c6b4c066596bc3a48e3b | |
| parent | 4751a3bfe87ad42932089114beb8d152238fd26d (diff) | |
| -rw-r--r-- | .gitignore | 3 | ||||
| -rw-r--r-- | README.md (renamed from README) | 3 | 
2 files changed, 6 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..a630ed4 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +*.swp +go.mod +go.sum @@ -41,3 +41,6 @@ the compiler itself should use. I would suggest making  This package would be better as golang.org/iter but I don't  know who to ask about doing that. + +coro.go patch: +~/go/src/go.googlesource.com/go/src/iter$ git whatchanged -1 -p a9c9cc07ac0d3dc73865a57e6ce45c22ada3b5c9  | 
