Skip to content

Commit 2102918

Browse files
committed
Added go.mod
1 parent ffdc55f commit 2102918

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

README.md

+8
Original file line numberDiff line numberDiff line change
@@ -39,3 +39,11 @@ http://godoc.org/github.com/jackpal/bencode-go
3939

4040
This project is licensed under the Go Authors standard license. (See the LICENSE
4141
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

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
module github.com/jackpal/bencode-go
2+
3+
go 1.21.4

0 commit comments

Comments
 (0)