Closed bhourigan closed 8 years ago
@bhourigan, what version of Golang are you using?
@bhourigan, I suspect that your version of Golang is too old. sync.Pool
should be a valid identifier in Golang 1.3 or later. It is being used in an important dependency (bazil.org/fuse). Short of maintaining my own fork of that package (which has too many drawbacks), this isn't something I can change.
@bwester you're right - I had figured this out already, but forgot to close the issue. thank you!
Following the install instructions and running
go get github.com/bwester/consulfs/bin/consulfs
returns the following error: