We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
0 parents commit cfe0e4bCopy full SHA for cfe0e4b
4 files changed
build.bat
@@ -0,0 +1,2 @@
1
+go build -ldflags "-s" -gcflags "-dwarf=false" -o "rmBitTrackers.exe"
2
+pause
go.mod
@@ -0,0 +1,12 @@
+module main.go
+
3
+go 1.21.4
4
5
+require github.com/anacrolix/torrent v1.53.1
6
7
+require (
8
+ github.com/anacrolix/missinggo v1.3.0 // indirect
9
+ github.com/anacrolix/missinggo/v2 v2.7.2-0.20230527121029-a582b4f397b9 // indirect
10
+ github.com/bradfitz/iter v0.0.0-20191230175014-e8f45d346db8 // indirect
11
+ github.com/huandu/xstrings v1.3.2 // indirect
12
+)
0 commit comments