Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

error #50

Closed
jilieryuyi opened this issue Sep 4, 2018 · 0 comments
Closed

error #50

jilieryuyi opened this issue Sep 4, 2018 · 0 comments

Comments

@jilieryuyi
Copy link

linux
go version
go version go1.9.2 linux/amd64

go get github.com/rakyll/statik

github.com/rakyll/statik

../../../github.com/rakyll/statik/statik.go:162:11: fHeader.Modified undefined (type *zip.FileHeader has no field or method Modified)

Keats pushed a commit to Keats/statik that referenced this issue Oct 3, 2018
A recent patch broke (rakyll#46) broke go get
using versions of Go older than 1.10 as it is
using the newly introduced FileHeader.Modified

This patch replaces the .Modified by a call to the
deprecated SetModTime to maintain compatibility.

Fix rakyll#50
rakyll pushed a commit that referenced this issue Nov 28, 2018
A recent patch broke (#46) broke go get
using versions of Go older than 1.10 as it is
using the newly introduced FileHeader.Modified

This patch replaces the .Modified by a call to the
deprecated SetModTime to maintain compatibility.

Fix #50
ekanna pushed a commit to ekanna/statik that referenced this issue Sep 12, 2019
A recent patch broke (rakyll#46) broke go get
using versions of Go older than 1.10 as it is
using the newly introduced FileHeader.Modified

This patch replaces the .Modified by a call to the
deprecated SetModTime to maintain compatibility.

Fix rakyll#50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant