diff options
| -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  | 
