GeertJohan/go.rice

type *zip.Writer has no field or method SetOffset

tekstrand opened this issue · 4 comments

github.com/GeertJohan/go.rice/rice/append.go:62: zipWriter.SetOffset undefined (type *zip.Writer has no field or method SetOffset)

Clean install on a raspberry pi, go version go1.3.3 linux/arm

You need go 1.5+ #74

@evanpurkhiser I'll give it a try, I've been using master so I'm not sure why that wouldn't be in there

You need go 1.5+ for the the SetOffset method to exist.

go1.3.3 is very old. Please update to a recent version, it should compile then.