We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e436cb1 commit 4e8c601Copy full SHA for 4e8c601
go.mod
@@ -1,3 +1,7 @@
1
module github.com/sethvargo/go-retry
2
3
go 1.14
4
+
5
+// Something weird happened with the v0.2.0 tag where the commit in the module
6
+// registry doesn't match the commit on GitHub.
7
+retract v0.2.0
0 commit comments