fanpei91 / torsniff

torsniff - a sniffer that sniffs torrents from BitTorrent network

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

building problem

Zibri opened this issue · comments

commented

I do:
git clone github.com/fanpei91/torsniff
cd torsniff
go build
go: cannot find main module, but found vendor/vendor.json in /root/torsniff
to create a module there, run:
go mod init

commented