We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ffdc55f commit 2102918Copy full SHA for 2102918
README.md
@@ -39,3 +39,11 @@ http://godoc.org/github.com/jackpal/bencode-go
39
40
This project is licensed under the Go Authors standard license. (See the LICENSE
41
file for details.)
42
+
43
+## Version History
44
45
+| tag | Notes |
46
+| ------ | ----------------------------------------------------------- |
47
+| v1.0.2 | Added go module. |
48
+| v1.0.1 | Removed architecture specific test that was failing on ARM. |
49
+| v1.0.0 | First version. |
go.mod
@@ -0,0 +1,3 @@
1
+module github.com/jackpal/bencode-go
2
3
+go 1.21.4
0 commit comments