hzeller / stuff-org

Organize electronic components. Or other stuff.
34 stars 11 forks source link

go build error #7

Closed miloh closed 7 years ago

miloh commented 7 years ago

in stuff/search-handler.go: build breaks with Error 2 on undefined: http:Pusher

http:Pusher requires Go 1.8, which isn't even available in debian jessie backports

debian go versions ref: https://packages.debian.org/search?keywords=golang

hzeller commented 7 years ago

The Debian packages are hopelessly outdated if not on Debian unstable. So in Jessie I usually use the binaries from https://golang.org/dl

miloh commented 7 years ago

excellent, all good!