Sioro-Neoku / go-peerflix

Go Peerflix
MIT License
470 stars 119 forks source link

Use Go modules #45

Closed anacrolix closed 4 years ago

anacrolix commented 5 years ago

It might be worth incorporating Go modules into this repo now. In particular, some API changes that caused issues in the past with anacrolix/torrent could be avoided. It's worth noting however, that in the absence of a go.mod in this repo, v1 of anacrolix/torrent will be selected indefinitely into the future, which shouldn't break API (too much).

Sioro-Neoku commented 4 years ago

Makes sense.

Thanks =)