schollz / musicsaur

Music synchronization from your browser.
https://radio.schollz.com/
MIT License
281 stars 17 forks source link

Go binary unavailable and cant compile go either #53

Open BluGeni opened 7 years ago

BluGeni commented 7 years ago

the domain name has expired to get the go binary

Also when trying to install from source I get

~/musicsaur$ go get ./...
# github.com/mholt/caddy/caddyhttp/proxy
../go/src/github.com/mholt/caddy/caddyhttp/proxy/body.go:22: undefined: io.SeekStart

Anything way you could host the download somewhere else? was really hoping to use this awesome project for a new years party :)

schollz commented 7 years ago

Sorry for the late reply.

Caddy was rewritten last year. I updated musicsaur to use the new version of Caddy a few months ago. I would try to update all your libraries and build again. Try this:

go get -u -v github.com/schollz/musicsaur
cd $GOPATH/src/github.com/schollz/musicsaur
go build