summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-03-19 09:37:09 -0500
committerJeff Carr <[email protected]>2025-03-19 09:37:09 -0500
commit4ad38c8c3ff7b9e30bed555067f72227e2576ef1 (patch)
tree7b3dc2968fa7dff79233c6b4c066596bc3a48e3b
parent4751a3bfe87ad42932089114beb8d152238fd26d (diff)
ignore go.* filesHEADv0.0.3masterdevel
-rw-r--r--.gitignore3
-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
diff --git a/README b/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