Sioro-Neoku / go-peerflix

Go Peerflix
MIT License
470 stars 119 forks source link

go get throw me cannot call non-function t.torrent.Peers #19

Closed MathieuDoyon closed 8 years ago

MathieuDoyon commented 8 years ago
github.com/Sioro-Neoku/go-peerflix/client.go:200: cannot call non-function t.torrent.Peers (type map[torrent.peersKey]torrent.Peer)
danielcbit commented 8 years ago

Got same problem yesterday. Building for Windows 10 32bit

MathieuDoyon commented 8 years ago

github.com/anacrolix/torrent has changed. Project should consider using vendor dependencies like godep, glide, etc.

client.go:200 t.Peers() should be without ()

CrazyLemon commented 8 years ago

Already fixed in #17

MathieuDoyon commented 8 years ago

Sorry didn't saw.

Thanks