From 4ad38c8c3ff7b9e30bed555067f72227e2576ef1 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Wed, 19 Mar 2025 09:37:09 -0500 Subject: [PATCH] ignore go.* files --- .gitignore | 3 +++ README => README.md | 3 +++ 2 files changed, 6 insertions(+) create mode 100644 .gitignore rename README => README.md (92%) 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 diff --git a/README b/README.md similarity index 92% rename from README rename to README.md index 52dc2e4..7d03c37 100644 --- a/README +++ b/README.md @@ -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