Sioro-Neoku / go-peerflix

Go Peerflix
MIT License
470 stars 119 forks source link

Current build does not build #18

Closed CrazyLemon closed 8 years ago

CrazyLemon commented 8 years ago

So i kinda forgot to sync my local repo for a long time now. And now that i did i can't seem to build go-peerflix. The error is ./fileEntry.go:29: f.Torrent undefined (type *torrent.File has no field or method Torrent)

What did i do wrong?

Before syncing i could easily build.

Sioro-Neoku commented 8 years ago

You should probably update the other libraries as well: go get -u "github.com/anacrolix/torrent/"

CrazyLemon commented 8 years ago

That did it. Thanks.