uruchamiając komendębłąd Go "niezdefiniowany: sync.Pool" podczas instalowania go-mtpfs
sudo go get github.com/hanwen/go-mtpfs
pojawia się następujący komunikat:
/usr/lib/go/src/pkg/github.com/hanwen/go-fuse/fuse/bufferpool.go:41: undefined: sync.Pool
/usr/lib/go/src/pkg/github.com/hanwen/go-fuse/fuse/bufferpool.go:54: undefined: sync.Pool
/usr/lib/go/src/pkg/github.com/hanwen/go-fuse/fuse/server.go:44: undefined: sync.Pool
/usr/lib/go/src/pkg/github.com/hanwen/go-fuse/fuse/server.go:47: undefined: sync.Pool
Co to oznacza? Jak mogę to naprawić?